Color Hex Logo

#eea03a Color Hex

#EEA03A
(238,160,58)
0 Favorites   0 Comments

Color spaces of #eea03a

RGB 23816058
HSL0.090.840.58
HSV34°76°93°
CMYK 0.000.330.76   0.07
XYZ48.594443.62429.8621
Yxy43.62420.47600.4274
Hunter Lab66.048615.743937.3811
CIE-Lab71.976620.599661.8652

#eea03a color RGB value is (238,160,58).

#eea03a hex color red value is 238, green value is 160 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eea03a hue: 0.09 , saturation: 0.84 and the lightness value of eea03a is 0.58.

The process color (four color CMYK) of #eea03a color hex is 0.00, 0.33, 0.76, 0.07. Web safe color of #eea03a is #ff9933. Color #eea03a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 00111010
Octal 356 240 72
Decimal 238 160 58
Hex EE A0 3A

RGB Percentages of Color #eea03a

%52.19
%35.09
%12.72

CMYK Percentages of Color #eea03a

%0
%33
%76
%7

Triadic Colors of #eea03a

#eea03a #3aeea0 #a03aee

Analogous Colors of #eea03a

#eea03a #e2ee3a #ee463a

Monochromatic Colors of #eea03a

#eea03a

Complementary Color

#eea03a #3a88ee

#eea03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea03a Color CSS Codes

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

#eea03a Text Font Color

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

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


#eea03a Background Color

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

This div background color is #eea03a


#eea03a Border Color

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

This div border color is #eea03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea03a


Comments

No comments written yet.

Please login to write comment.