Color Hex Logo

#e9d45d Color Hex

#E9D45D
(233,212,93)
0 Favorites   0 Comments

Color spaces of #e9d45d

RGB 23321293
HSL0.140.760.64
HSV51°60°91°
CMYK 0.000.090.60   0.09
XYZ59.123565.200919.8248
Yxy65.20090.41020.4523
Hunter Lab80.7471-10.608641.9662
CIE-Lab84.5872-6.746260.0697

#e9d45d color RGB value is (233,212,93).

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

The process color (four color CMYK) of #e9d45d color hex is 0.00, 0.09, 0.60, 0.09. Web safe color of #e9d45d is #ffcc66. Color #e9d45d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11010100 01011101
Octal 351 324 135
Decimal 233 212 93
Hex E9 D4 5D

RGB Percentages of Color #e9d45d

%43.31
%39.41
%17.29

CMYK Percentages of Color #e9d45d

%0
%9
%60
%9

Triadic Colors of #e9d45d

#e9d45d #5de9d4 #d45de9

Analogous Colors of #e9d45d

#e9d45d #b8e95d #e98e5d

Monochromatic Colors of #e9d45d

#e9d45d

Complementary Color

#e9d45d #5d72e9

#e9d45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9d45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9d45d Color CSS Codes

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

#e9d45d Text Font Color

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

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


#e9d45d Background Color

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

This div background color is #e9d45d


#e9d45d Border Color

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

This div border color is #e9d45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9d45d


Comments

No comments written yet.

Please login to write comment.