color codes Logo

#e9dd5b color codes

#E9DD5B
(233,221,91)
0 Favorites   0 Comments

Color spaces of #e9dd5b

RGB 23322191
HSL0.150.760.64
HSV55°61°91°
CMYK 0.000.050.61   0.09
XYZ61.349169.791920.1353
Yxy69.79190.40550.4614
Hunter Lab83.5415-15.115544.1889
CIE-Lab86.8947-11.402763.4595

#e9dd5b color RGB value is (233,221,91).

#e9dd5b hex color red value is 233, green value is 221 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e9dd5b hue: 0.15 , saturation: 0.76 and the lightness value of e9dd5b is 0.64.

The process color (four color CMYK) of #e9dd5b color code is 0.00, 0.05, 0.61, 0.09. Web safe color of #e9dd5b is #ffcc66. Color #e9dd5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011101 01011011
Octal 351 335 133
Decimal 233 221 91
Hex E9 DD 5B

RGB Percentages of Color #e9dd5b

%42.75
%40.55
%16.70

CMYK Percentages of Color #e9dd5b

%0
%5
%61
%9

Triadic Colors of #e9dd5b

#e9dd5b #5be9dd #dd5be9

Analogous Colors of #e9dd5b

#e9dd5b #aee95b #e9965b

Monochromatic Colors of #e9dd5b

#e9dd5b

Complementary Color

#e9dd5b #5b67e9

#e9dd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dd5b Color CSS Codes

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

#e9dd5b Text Font Color

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

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


#e9dd5b Background Color

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

This div background color is #e9dd5b


#e9dd5b Border Color

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

This div border color is #e9dd5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,221,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9dd5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9dd5b;
  -webkit-box-shadow: 1px 1px 3px 2px #e9dd5b;
  box-shadow:         1px 1px 3px 2px #e9dd5b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,221,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dd5b


Comments

No comments written yet.

Please login to write comment.