#E9D696

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

Shades of Double Colonial White #E9D696

Tints of Double Colonial White #E9D696

Color information

#E9D696 (or 0xE9D696) is unknown color: approx Double Colonial White. HEX triplet: E9, D6 and 96. RGB value is (233,214,150). Sum of RGB (Red+Green+Blue) = 233+214+150=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D696 is #162969. Grayscale: #D4D4D4. Windows color (decimal): -1452394 or 9885417. OLE color: 9885417.

HSL color Cylindrical-coordinate representation of color #E9D696: hue angle of 46.27º 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 #E9D696 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233214150-
CMYK00.080.360.09
HSL46.27º65.35%75.1%-
HSV(B)46.27º35.62%91.37%-
XYZ63.1667.6238.58-
YUV212.3892.79142.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.03%
GREEN value IS 214 (83.98% from 255) = 35.85%
BLUE value IS 150 (58.98% from 255) = 25.13%
R=39.03%
G=35.85%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321415000.080.360.0946.2765.3575.1
HexE9D696082492e414b
Octal351326226010441156101113
Binary11101001110101101001011001000100100100110111010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D696; }

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

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

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

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

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

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

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

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