Color Hex Logo

#eeda0a Color Hex

#EEDA0A
(238,218,10)
0 Favorites   0 Comments

Color spaces of #eeda0a

RGB 23821810
HSL0.150.920.49
HSV55°96°93°
CMYK 0.000.080.96   0.07
XYZ60.386168.341910.2958
Yxy68.34190.43440.4916
Hunter Lab82.6692-14.284850.4843
CIE-Lab86.1771-10.582685.0510

#eeda0a color RGB value is (238,218,10).

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

The process color (four color CMYK) of #eeda0a color hex is 0.00, 0.08, 0.96, 0.07. Web safe color of #eeda0a is #ffcc00. Color #eeda0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 00001010
Octal 356 332 12
Decimal 238 218 10
Hex EE DA A

RGB Percentages of Color #eeda0a

%51.07
%46.78
%2.15

CMYK Percentages of Color #eeda0a

%0
%8
%96
%7

Triadic Colors of #eeda0a

#eeda0a #0aeeda #da0aee

Analogous Colors of #eeda0a

#eeda0a #90ee0a #ee680a

Monochromatic Colors of #eeda0a

#eeda0a

Complementary Color

#eeda0a #0a1eee

#eeda0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda0a Color CSS Codes

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

#eeda0a Text Font Color

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

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


#eeda0a Background Color

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

This div background color is #eeda0a


#eeda0a Border Color

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

This div border color is #eeda0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda0a


Comments

No comments written yet.

Please login to write comment.