#E5D09D

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

Shades of Double Colonial White #E5D09D

Tints of Double Colonial White #E5D09D

Color information

#E5D09D (or 0xE5D09D) is unknown color: approx Double Colonial White. HEX triplet: E5, D0 and 9D. RGB value is (229,208,157). Sum of RGB (Red+Green+Blue) = 229+208+157=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D09D is #1A2F62. Grayscale: #D0D0D0. Windows color (decimal): -1716067 or 10342629. OLE color: 10342629.

HSL color Cylindrical-coordinate representation of color #E5D09D: hue angle of 42.5º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5D09D is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229208157-
CMYK00.090.310.10
HSL42.5º58.06%75.69%-
HSV(B)42.5º31.44%89.8%-
XYZ60.9564.241.08-
YUV208.4698.96142.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.55%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 157 (61.72% from 255) = 26.43%
R=38.55%
G=35.02%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920815700.090.310.1042.558.0675.69
HexE5D09D091FA2a3a4c
Octal34532023501137125272114
Binary111001011101000010011101010011111110101010101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D09D; }

 p { color: rgb(229,208,157); }

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

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

 a { background-color: rgb(229,208,157); }

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

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

 span { border-color: rgb(229,208,157); }

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