#E9D496

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

Shades of Double Colonial White #E9D496

Tints of Double Colonial White #E9D496

Color information

#E9D496 (or 0xE9D496) is unknown color: approx Double Colonial White. HEX triplet: E9, D4 and 96. RGB value is (233,212,150). Sum of RGB (Red+Green+Blue) = 233+212+150=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D496 is #162B69. Grayscale: #D3D3D3. Windows color (decimal): -1452906 or 9884905. OLE color: 9884905.

HSL color Cylindrical-coordinate representation of color #E9D496: hue angle of 44.82º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9D496 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233212150-
CMYK00.090.360.09
HSL44.82º65.35%75.1%-
HSV(B)44.82º35.62%91.37%-
XYZ62.6566.6138.41-
YUV211.2193.46143.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.16%
GREEN value IS 212 (83.20% from 255) = 35.63%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=39.16%
G=35.63%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321215000.090.360.0944.8265.3575.1
HexE9D496092492d414b
Octal351324226011441155101113
Binary11101001110101001001011001001100100100110110110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D496; }

 p { color: rgb(233,212,150); }

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

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

 a { background-color: rgb(233,212,150); }

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

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

 span { border-color: rgb(233,212,150); }

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