Color Hex Logo

#eed93e Color Hex

#EED93E
(238,217,62)
0 Favorites   0 Comments

Color spaces of #eed93e

RGB 23821762
HSL0.150.840.59
HSV53°74°93°
CMYK 0.000.090.74   0.07
XYZ60.942368.150714.4998
Yxy68.15070.42440.4746
Hunter Lab82.5534-12.696947.3736
CIE-Lab86.0817-8.855873.8705

#eed93e color RGB value is (238,217,62).

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

The process color (four color CMYK) of #eed93e color hex is 0.00, 0.09, 0.74, 0.07. Web safe color of #eed93e is #ffcc33. Color #eed93e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011001 00111110
Octal 356 331 76
Decimal 238 217 62
Hex EE D9 3E

RGB Percentages of Color #eed93e

%46.03
%41.97
%11.99

CMYK Percentages of Color #eed93e

%0
%9
%74
%7

Triadic Colors of #eed93e

#eed93e #3eeed9 #d93eee

Analogous Colors of #eed93e

#eed93e #abee3e #ee813e

Monochromatic Colors of #eed93e

#eed93e

Complementary Color

#eed93e #3e53ee

#eed93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed93e Color CSS Codes

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

#eed93e Text Font Color

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

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


#eed93e Background Color

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

This div background color is #eed93e


#eed93e Border Color

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

This div border color is #eed93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed93e


Comments

No comments written yet.

Please login to write comment.