Color Hex Logo

#eec60a Color Hex

#EEC60A
(238,198,10)
0 Favorites   0 Comments

Color spaces of #eec60a

RGB 23819810
HSL0.140.920.49
HSV49°96°93°
CMYK 0.000.170.96   0.07
XYZ55.508858.58728.6700
Yxy58.58720.45220.4772
Hunter Lab76.5423-4.500046.8638
CIE-Lab81.0642-0.442781.3088

#eec60a color RGB value is (238,198,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 00001010
Octal 356 306 12
Decimal 238 198 10
Hex EE C6 A

RGB Percentages of Color #eec60a

%53.36
%44.39
%2.24

CMYK Percentages of Color #eec60a

%0
%17
%96
%7

Triadic Colors of #eec60a

#eec60a #0aeec6 #c60aee

Analogous Colors of #eec60a

#eec60a #a4ee0a #ee540a

Monochromatic Colors of #eec60a

#eec60a

Complementary Color

#eec60a #0a32ee

#eec60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec60a Color CSS Codes

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

#eec60a Text Font Color

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

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


#eec60a Background Color

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

This div background color is #eec60a


#eec60a Border Color

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

This div border color is #eec60a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,198,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 #eec60a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec60a


Comments

No comments written yet.

Please login to write comment.