#E9D08D

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

Shades of Double Colonial White #E9D08D

Tints of Double Colonial White #E9D08D

Color information

#E9D08D (or 0xE9D08D) is unknown color: approx Double Colonial White. HEX triplet: E9, D0 and 8D. RGB value is (233,208,141). Sum of RGB (Red+Green+Blue) = 233+208+141=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D08D is #162F72. Grayscale: #D0D0D0. Windows color (decimal): -1453939 or 9294057. OLE color: 9294057.

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

Color convert

RGB233208141-
CMYK00.110.390.09
HSL43.7º67.65%73.33%-
HSV(B)43.7º39.48%91.37%-
XYZ60.9764.3634.41-
YUV207.8490.28145.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.03%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 141 (55.47% from 255) = 24.23%
R=40.03%
G=35.74%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320814100.110.390.0943.767.6573.33
HexE9D08D0B2792c4449
Octal351320215013471154104111
Binary11101001110100001000110101011100111100110110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D08D; }

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

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

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

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

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

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

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

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