Color Hex Logo

#eedb4a Color Hex

#EEDB4A
(238,219,74)
0 Favorites   0 Comments

Color spaces of #eedb4a

RGB 23821974
HSL0.150.830.61
HSV53°69°93°
CMYK 0.000.080.69   0.07
XYZ61.827469.334616.6028
Yxy69.33460.41840.4692
Hunter Lab83.2674-13.178846.4653
CIE-Lab86.6695-9.311870.1673

#eedb4a color RGB value is (238,219,74).

#eedb4a hex color red value is 238, green value is 219 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #eedb4a hue: 0.15 , saturation: 0.83 and the lightness value of eedb4a is 0.61.

The process color (four color CMYK) of #eedb4a color hex is 0.00, 0.08, 0.69, 0.07. Web safe color of #eedb4a is #ffcc33. Color #eedb4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 01001010
Octal 356 333 112
Decimal 238 219 74
Hex EE DB 4A

RGB Percentages of Color #eedb4a

%44.82
%41.24
%13.94

CMYK Percentages of Color #eedb4a

%0
%8
%69
%7

Triadic Colors of #eedb4a

#eedb4a #4aeedb #db4aee

Analogous Colors of #eedb4a

#eedb4a #afee4a #ee894a

Monochromatic Colors of #eedb4a

#eedb4a

Complementary Color

#eedb4a #4a5dee

#eedb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedb4a Color CSS Codes

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

#eedb4a Text Font Color

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

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


#eedb4a Background Color

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

This div background color is #eedb4a


#eedb4a Border Color

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

This div border color is #eedb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedb4a


Comments

No comments written yet.

Please login to write comment.