color codes Logo

#eca30b color codes

#ECA30B
(236,163,11)
0 Favorites   0 Comments

Color spaces of #eca30b

RGB 23616311
HSL0.110.910.48
HSV41°95°93°
CMYK 0.000.310.95   0.07
XYZ47.749744.05146.3027
Yxy44.05140.48670.4490
Hunter Lab66.371212.269340.8296
CIE-Lab72.262817.035674.8109

#eca30b color RGB value is (236,163,11).

#eca30b hex color red value is 236, green value is 163 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eca30b hue: 0.11 , saturation: 0.91 and the lightness value of eca30b is 0.48.

The process color (four color CMYK) of #eca30b color code is 0.00, 0.31, 0.95, 0.07. Web safe color of #eca30b is #ff9900. Color #eca30b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 00001011
Octal 354 243 13
Decimal 236 163 11
Hex EC A3 B

RGB Percentages of Color #eca30b

%57.56
%39.76
%2.68

CMYK Percentages of Color #eca30b

%0
%31
%95
%7

Triadic Colors of #eca30b

#eca30b #0beca3 #a30bec

Analogous Colors of #eca30b

#eca30b #c5ec0b #ec330b

Monochromatic Colors of #eca30b

#eca30b

Complementary Color

#eca30b #0b54ec

#eca30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca30b Color CSS Codes

.mybgcolor {background-color:#eca30b; } 
.myforecolor {color:#eca30b; }
.mybordercolor {border:3px solid #eca30b; }

#eca30b Text Font Color

<p style="color:#eca30b">Text here</p>

This sample text font color is #eca30b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eca30b Background Color

<div style="background-color:#eca30b">
Div content here</div>

This div background color is #eca30b


#eca30b Border Color

<div style="border:3px solid #eca30b">
Div here</div>

This div border color is #eca30b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,163,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eca30b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eca30b;
  -webkit-box-shadow: 1px 1px 3px 2px #eca30b;
  box-shadow:         1px 1px 3px 2px #eca30b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,163,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eca30b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eca30b;
  -webkit-box-shadow: 1px 1px 3px 2px #eca30b;
  box-shadow:         1px 1px 3px 2px #eca30b;">
Div content here</div>

This div box has shadow with color #eca30b


Comments

No comments written yet.

Please login to write comment.