Color Hex Logo

#e9d07e Color Hex

#E9D07E
(233,208,126)
0 Favorites   0 Comments

Color spaces of #e9d07e

RGB 233208126
HSL0.130.710.70
HSV46°46°91°
CMYK 0.000.110.46   0.09
XYZ59.926063.941728.9222
Yxy63.94170.39220.4185
Hunter Lab79.9636-6.165434.5298
CIE-Lab83.9354-2.014543.7381

#e9d07e color RGB value is (233,208,126).

#e9d07e hex color red value is 233, green value is 208 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e9d07e hue: 0.13 , saturation: 0.71 and the lightness value of e9d07e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11010000 01111110
Octal 351 320 176
Decimal 233 208 126
Hex E9 D0 7E

RGB Percentages of Color #e9d07e

%41.09
%36.68
%22.22

CMYK Percentages of Color #e9d07e

%0
%11
%46
%9

Triadic Colors of #e9d07e

#e9d07e #7ee9d0 #d07ee9

Analogous Colors of #e9d07e

#e9d07e #cde97e #e99b7e

Monochromatic Colors of #e9d07e

#e9d07e

Complementary Color

#e9d07e #7e97e9

#e9d07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9d07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9d07e Color CSS Codes

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

#e9d07e Text Font Color

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

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


#e9d07e Background Color

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

This div background color is #e9d07e


#e9d07e Border Color

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

This div border color is #e9d07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9d07e


Comments

No comments written yet.

Please login to write comment.