Color Hex Logo

#eca11a Color Hex

#ECA11A
(236,161,26)
0 Favorites   0 Comments

Color spaces of #eca11a

RGB 23616126
HSL0.110.850.51
HSV39°89°93°
CMYK 0.000.320.89   0.07
XYZ47.523443.39726.8490
Yxy43.39720.48610.4439
Hunter Lab65.876613.486139.9494
CIE-Lab71.823718.299471.8802

#eca11a color RGB value is (236,161,26).

#eca11a hex color red value is 236, green value is 161 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #eca11a hue: 0.11 , saturation: 0.85 and the lightness value of eca11a is 0.51.

The process color (four color CMYK) of #eca11a color hex is 0.00, 0.32, 0.89, 0.07. Web safe color of #eca11a is #ff9933. Color #eca11a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 00011010
Octal 354 241 32
Decimal 236 161 26
Hex EC A1 1A

RGB Percentages of Color #eca11a

%55.79
%38.06
%6.15

CMYK Percentages of Color #eca11a

%0
%32
%89
%7

Triadic Colors of #eca11a

#eca11a #1aeca1 #a11aec

Analogous Colors of #eca11a

#eca11a #ceec1a #ec381a

Monochromatic Colors of #eca11a

#eca11a

Complementary Color

#eca11a #1a65ec

#eca11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca11a Color CSS Codes

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

#eca11a Text Font Color

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

This sample text font color is #eca11a
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.


#eca11a Background Color

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

This div background color is #eca11a


#eca11a Border Color

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

This div border color is #eca11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca11a


Comments

No comments written yet.

Please login to write comment.