Color Hex Logo

#eea10a Color Hex

#EEA10A
(238,161,10)
0 Favorites   0 Comments

Color spaces of #eea10a

RGB 23816110
HSL0.110.920.49
HSV40°96°93°
CMYK 0.000.320.96   0.07
XYZ48.059643.68886.1869
Yxy43.68880.49070.4461
Hunter Lab66.097514.117040.7186
CIE-Lab72.020018.940474.8690

#eea10a color RGB value is (238,161,10).

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

The process color (four color CMYK) of #eea10a color hex is 0.00, 0.32, 0.96, 0.07. Web safe color of #eea10a is #ff9900. Color #eea10a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 00001010
Octal 356 241 12
Decimal 238 161 10
Hex EE A1 A

RGB Percentages of Color #eea10a

%58.19
%39.36
%2.44

CMYK Percentages of Color #eea10a

%0
%32
%96
%7

Triadic Colors of #eea10a

#eea10a #0aeea1 #a10aee

Analogous Colors of #eea10a

#eea10a #c9ee0a #ee2f0a

Monochromatic Colors of #eea10a

#eea10a

Complementary Color

#eea10a #0a57ee

#eea10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea10a Color CSS Codes

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

#eea10a Text Font Color

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

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


#eea10a Background Color

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

This div background color is #eea10a


#eea10a Border Color

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

This div border color is #eea10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea10a


Comments

No comments written yet.

Please login to write comment.