#E0CA91

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

Shades of Double Colonial White #E0CA91

Tints of Double Colonial White #E0CA91

Color information

#E0CA91 (or 0xE0CA91) is unknown color: approx Double Colonial White. HEX triplet: E0, CA and 91. RGB value is (224,202,145). Sum of RGB (Red+Green+Blue) = 224+202+145=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 145 (57.03% from 255 or 25.39% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CA91 is #1F356E. Grayscale: #CACACA. Windows color (decimal): -2045295 or 9554656. OLE color: 9554656.

HSL color Cylindrical-coordinate representation of color #E0CA91: hue angle of 43.29º 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 #E0CA91 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB224202145-
CMYK00.100.350.12
HSL43.29º56.03%72.35%-
HSV(B)43.29º35.27%87.84%-
XYZ56.9760.1335.39-
YUV202.0895.79143.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 145 (57.03% from 255) = 25.39%
R=39.23%
G=35.38%
B=25.39%

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
Decimal22420214500.100.350.1243.2956.0372.35
HexE0CA910A23C2b3848
Octal34031222101243145370110
Binary1110000011001010100100010101010001111001010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CA91; }

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

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

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

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

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

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

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

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