#E0C996

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

Shades of Double Colonial White #E0C996

Tints of Double Colonial White #E0C996

Color information

#E0C996 (or 0xE0C996) is unknown color: approx Double Colonial White. HEX triplet: E0, C9 and 96. RGB value is (224,201,150). Sum of RGB (Red+Green+Blue) = 224+201+150=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C996 is #1F3669. Grayscale: #CACACA. Windows color (decimal): -2045546 or 9882080. OLE color: 9882080.

HSL color Cylindrical-coordinate representation of color #E0C996: hue angle of 41.35º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0C996 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224201150-
CMYK00.100.330.12
HSL41.35º54.41%73.33%-
HSV(B)41.35º33.04%87.84%-
XYZ57.1359.8237.39-
YUV202.0698.62143.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 201 (78.91% from 255) = 34.96%
BLUE value IS 150 (58.98% from 255) = 26.09%
R=38.96%
G=34.96%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420115000.100.330.1241.3554.4173.33
HexE0C9960A21C293649
Octal34031122601241145166111
Binary1110000011001001100101100101010000111001010011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C996; }

 p { color: rgb(224,201,150); }

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

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

 a { background-color: rgb(224,201,150); }

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

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

 span { border-color: rgb(224,201,150); }

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