#E9D08C

Color #E9D08C Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E9D08C

Tints of Double Colonial White #E9D08C

Color information

#E9D08C (or 0xE9D08C) is unknown color: approx Double Colonial White. HEX triplet: E9, D0 and 8C. RGB value is (233,208,140). Sum of RGB (Red+Green+Blue) = 233+208+140=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D08C is #162F73. Grayscale: #D0D0D0. Windows color (decimal): -1453940 or 9228521. OLE color: 9228521.

HSL color Cylindrical-coordinate representation of color #E9D08C: hue angle of 43.87º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E9D08C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB233208140-
CMYK00.110.400.09
HSL43.87º67.88%73.14%-
HSV(B)43.87º39.91%91.37%-
XYZ60.8964.3334.02-
YUV207.7289.78146.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 40.10%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 140 (55.08% from 255) = 24.10%
R=40.10%
G=35.80%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320814000.110.400.0943.8767.8873.14
HexE9D08C0B2892c4449
Octal351320214013501154104111
Binary11101001110100001000110001011101000100110110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D08C; }

 p { color: rgb(233,208,140); }

 H1.HeaderClassName
 {
   color: #E9D08C;
 }
 .AnyTagClassName
 {
   color: #E9D08C;
 }
</style>
background-color css

<style>
 a { background-color: #E9D08C; }

 a { background-color: rgb(233,208,140); }

 div.DivClassName
 {
   background-color: #E9D08C;
 }
 .BgClassName
 {
   background-color: #E9D08C;
 }
</style>
border-color css

<style>
 span { border-color: #E9D08C; }

 span { border-color: rgb(233,208,140); }

 td.TdClassName
 {
   border-color: #E9D08C;
 }
 .TagClassName
 {
   border-color: #E9D08C;
 }
</style>