Color Hex Logo

#eec20c Color Hex

#EEC20C
(238,194,12)
0 Favorites   0 Comments

Color spaces of #eec20c

RGB 23819412
HSL0.130.900.49
HSV48°95°93°
CMYK 0.000.180.95   0.07
XYZ54.618056.78738.4302
Yxy56.78730.45580.4739
Hunter Lab75.3573-2.500946.1174
CIE-Lab80.05981.638780.3779

#eec20c color RGB value is (238,194,12).

#eec20c hex color red value is 238, green value is 194 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #eec20c hue: 0.13 , saturation: 0.90 and the lightness value of eec20c is 0.49.

The process color (four color CMYK) of #eec20c color hex is 0.00, 0.18, 0.95, 0.07. Web safe color of #eec20c is #ffcc00. Color #eec20c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 00001100
Octal 356 302 14
Decimal 238 194 12
Hex EE C2 C

RGB Percentages of Color #eec20c

%53.60
%43.69
%2.70

CMYK Percentages of Color #eec20c

%0
%18
%95
%7

Triadic Colors of #eec20c

#eec20c #0ceec2 #c20cee

Analogous Colors of #eec20c

#eec20c #a9ee0c #ee510c

Monochromatic Colors of #eec20c

#eec20c

Complementary Color

#eec20c #0c38ee

#eec20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec20c Color CSS Codes

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

#eec20c Text Font Color

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

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


#eec20c Background Color

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

This div background color is #eec20c


#eec20c Border Color

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

This div border color is #eec20c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,194,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eec20c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eec20c;
  -webkit-box-shadow: 1px 1px 3px 2px #eec20c;
  box-shadow:         1px 1px 3px 2px #eec20c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,194,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec20c

#eec20c Color Palettes


Comments

No comments written yet.

Please login to write comment.