Color Hex Logo

#eea03d Color Hex

#EEA03D
(238,160,61)
0 Favorites   0 Comments

Color spaces of #eea03d

RGB 23816061
HSL0.090.840.59
HSV34°74°93°
CMYK 0.000.330.74   0.07
XYZ48.673043.655710.2759
Yxy43.65570.47440.4255
Hunter Lab66.072515.867237.0297
CIE-Lab71.997820.723860.6626

#eea03d color RGB value is (238,160,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 00111101
Octal 356 240 75
Decimal 238 160 61
Hex EE A0 3D

RGB Percentages of Color #eea03d

%51.85
%34.86
%13.29

CMYK Percentages of Color #eea03d

%0
%33
%74
%7

Triadic Colors of #eea03d

#eea03d #3deea0 #a03dee

Analogous Colors of #eea03d

#eea03d #e4ee3d #ee483d

Monochromatic Colors of #eea03d

#eea03d

Complementary Color

#eea03d #3d8bee

#eea03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea03d Color CSS Codes

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

#eea03d Text Font Color

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

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


#eea03d Background Color

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

This div background color is #eea03d


#eea03d Border Color

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

This div border color is #eea03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea03d


Comments

No comments written yet.

Please login to write comment.