Color Hex Logo

#eea91d Color Hex

#EEA91D
(238,169,29)
0 Favorites   0 Comments

Color spaces of #eea91d

RGB 23816929
HSL0.110.860.52
HSV40°88°93°
CMYK 0.000.290.88   0.07
XYZ49.669646.64187.5473
Yxy46.64180.47820.4491
Hunter Lab68.294810.304041.2542
CIE-Lab73.960114.977472.9473

#eea91d color RGB value is (238,169,29).

#eea91d hex color red value is 238, green value is 169 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eea91d hue: 0.11 , saturation: 0.86 and the lightness value of eea91d is 0.52.

The process color (four color CMYK) of #eea91d color hex is 0.00, 0.29, 0.88, 0.07. Web safe color of #eea91d is #ff9933. Color #eea91d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 00011101
Octal 356 251 35
Decimal 238 169 29
Hex EE A9 1D

RGB Percentages of Color #eea91d

%54.59
%38.76
%6.65

CMYK Percentages of Color #eea91d

%0
%29
%88
%7

Triadic Colors of #eea91d

#eea91d #1deea9 #a91dee

Analogous Colors of #eea91d

#eea91d #cbee1d #ee411d

Monochromatic Colors of #eea91d

#eea91d

Complementary Color

#eea91d #1d62ee

#eea91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea91d Color CSS Codes

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

#eea91d Text Font Color

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

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


#eea91d Background Color

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

This div background color is #eea91d


#eea91d Border Color

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

This div border color is #eea91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea91d


Comments

No comments written yet.

Please login to write comment.