Color Hex Logo

#eec40a Color Hex

#EEC40A
(238,196,10)
0 Favorites   0 Comments

Color spaces of #eec40a

RGB 23819610
HSL0.140.920.49
HSV49°96°93°
CMYK 0.000.180.96   0.07
XYZ55.054657.67898.5186
Yxy57.67890.45410.4757
Hunter Lab75.9466-3.509946.5123
CIE-Lab80.55990.587680.9433

#eec40a color RGB value is (238,196,10).

#eec40a hex color red value is 238, green value is 196 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eec40a hue: 0.14 , saturation: 0.92 and the lightness value of eec40a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 00001010
Octal 356 304 12
Decimal 238 196 10
Hex EE C4 A

RGB Percentages of Color #eec40a

%53.60
%44.14
%2.25

CMYK Percentages of Color #eec40a

%0
%18
%96
%7

Triadic Colors of #eec40a

#eec40a #0aeec4 #c40aee

Analogous Colors of #eec40a

#eec40a #a6ee0a #ee520a

Monochromatic Colors of #eec40a

#eec40a

Complementary Color

#eec40a #0a34ee

#eec40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec40a Color CSS Codes

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

#eec40a Text Font Color

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

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


#eec40a Background Color

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

This div background color is #eec40a


#eec40a Border Color

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

This div border color is #eec40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec40a


Comments

No comments written yet.

Please login to write comment.