Color Hex Logo

#eca912 Color Hex

#ECA912
(236,169,18)
0 Favorites   0 Comments

Color spaces of #eca912

RGB 23616918
HSL0.120.860.50
HSV42°92°93°
CMYK 0.000.280.92   0.07
XYZ48.889246.25256.9231
Yxy46.25250.47900.4532
Hunter Lab68.00929.300741.5709
CIE-Lab73.709113.938874.8450

#eca912 color RGB value is (236,169,18).

#eca912 hex color red value is 236, green value is 169 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #eca912 hue: 0.12 , saturation: 0.86 and the lightness value of eca912 is 0.50.

The process color (four color CMYK) of #eca912 color hex is 0.00, 0.28, 0.92, 0.07. Web safe color of #eca912 is #ff9900. Color #eca912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 00010010
Octal 354 251 22
Decimal 236 169 18
Hex EC A9 12

RGB Percentages of Color #eca912

%55.79
%39.95
%4.26

CMYK Percentages of Color #eca912

%0
%28
%92
%7

Triadic Colors of #eca912

#eca912 #12eca9 #a912ec

Analogous Colors of #eca912

#eca912 #c2ec12 #ec3c12

Monochromatic Colors of #eca912

#eca912

Complementary Color

#eca912 #1255ec

#eca912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca912 Color CSS Codes

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

#eca912 Text Font Color

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

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


#eca912 Background Color

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

This div background color is #eca912


#eca912 Border Color

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

This div border color is #eca912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca912


Comments

No comments written yet.

Please login to write comment.