Color Hex Logo

#eec10a Color Hex

#EEC10A
(238,193,10)
0 Favorites   0 Comments

Color spaces of #eec10a

RGB 23819310
HSL0.130.920.49
HSV48°96°93°
CMYK 0.000.190.96   0.07
XYZ54.384656.33908.2953
Yxy56.33900.45690.4734
Hunter Lab75.0593-2.020745.9890
CIE-Lab79.80642.138180.3981

#eec10a color RGB value is (238,193,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 00001010
Octal 356 301 12
Decimal 238 193 10
Hex EE C1 A

RGB Percentages of Color #eec10a

%53.97
%43.76
%2.27

CMYK Percentages of Color #eec10a

%0
%19
%96
%7

Triadic Colors of #eec10a

#eec10a #0aeec1 #c10aee

Analogous Colors of #eec10a

#eec10a #a9ee0a #ee4f0a

Monochromatic Colors of #eec10a

#eec10a

Complementary Color

#eec10a #0a37ee

#eec10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec10a Color CSS Codes

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

#eec10a Text Font Color

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

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


#eec10a Background Color

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

This div background color is #eec10a


#eec10a Border Color

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

This div border color is #eec10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec10a


Comments

No comments written yet.

Please login to write comment.