Color Hex Logo

#eed819 Color Hex

#EED819
(238,216,25)
0 Favorites   0 Comments

Color spaces of #eed819

RGB 23821625
HSL0.150.860.52
HSV54°89°93°
CMYK 0.000.090.89   0.07
XYZ59.991267.359110.7594
Yxy67.35910.43440.4877
Hunter Lab82.0726-13.151949.6781
CIE-Lab85.6850-9.400282.8549

#eed819 color RGB value is (238,216,25).

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

The process color (four color CMYK) of #eed819 color hex is 0.00, 0.09, 0.89, 0.07. Web safe color of #eed819 is #ffcc00. Color #eed819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 00011001
Octal 356 330 31
Decimal 238 216 25
Hex EE D8 19

RGB Percentages of Color #eed819

%49.69
%45.09
%5.22

CMYK Percentages of Color #eed819

%0
%9
%89
%7

Triadic Colors of #eed819

#eed819 #19eed8 #d819ee

Analogous Colors of #eed819

#eed819 #9aee19 #ee6e19

Monochromatic Colors of #eed819

#eed819

Complementary Color

#eed819 #192fee

#eed819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed819 Color CSS Codes

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

#eed819 Text Font Color

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

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


#eed819 Background Color

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

This div background color is #eed819


#eed819 Border Color

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

This div border color is #eed819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed819


Comments

No comments written yet.

Please login to write comment.