Color Hex Logo

#eed919 Color Hex

#EED919
(238,217,25)
0 Favorites   0 Comments

Color spaces of #eed919

RGB 23821725
HSL0.150.860.52
HSV54°89°93°
CMYK 0.000.090.89   0.07
XYZ60.248267.873010.8451
Yxy67.87300.43350.4884
Hunter Lab82.3851-13.636849.8647
CIE-Lab85.9429-9.900483.0548

#eed919 color RGB value is (238,217,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011001 00011001
Octal 356 331 31
Decimal 238 217 25
Hex EE D9 19

RGB Percentages of Color #eed919

%49.58
%45.21
%5.21

CMYK Percentages of Color #eed919

%0
%9
%89
%7

Triadic Colors of #eed919

#eed919 #19eed9 #d919ee

Analogous Colors of #eed919

#eed919 #99ee19 #ee6f19

Monochromatic Colors of #eed919

#eed919

Complementary Color

#eed919 #192eee

#eed919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed919 Color CSS Codes

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

#eed919 Text Font Color

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

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


#eed919 Background Color

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

This div background color is #eed919


#eed919 Border Color

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

This div border color is #eed919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed919


Comments

No comments written yet.

Please login to write comment.