#E0C991

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

Shades of Double Colonial White #E0C991

Tints of Double Colonial White #E0C991

Color information

#E0C991 (or 0xE0C991) is unknown color: approx Double Colonial White. HEX triplet: E0, C9 and 91. RGB value is (224,201,145). Sum of RGB (Red+Green+Blue) = 224+201+145=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 145 (57.03% from 255 or 25.44% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C991 is #1F366E. Grayscale: #C9C9C9. Windows color (decimal): -2045551 or 9554400. OLE color: 9554400.

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

Color convert

RGB224201145-
CMYK00.100.350.12
HSL42.53º56.03%72.35%-
HSV(B)42.53º35.27%87.84%-
XYZ56.7459.6635.31-
YUV201.4996.12144.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 145 (57.03% from 255) = 25.44%
R=39.30%
G=35.26%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420114500.100.350.1242.5356.0372.35
HexE0C9910A23C2b3848
Octal34031122101243145370110
Binary1110000011001001100100010101010001111001010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C991; }

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

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

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

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

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

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

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

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