#E5CA91

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

Shades of Double Colonial White #E5CA91

Tints of Double Colonial White #E5CA91

Color information

#E5CA91 (or 0xE5CA91) is unknown color: approx Double Colonial White. HEX triplet: E5, CA and 91. RGB value is (229,202,145). Sum of RGB (Red+Green+Blue) = 229+202+145=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 145 (57.03% from 255 or 25.17% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CA91 is #1A356E. Grayscale: #CBCBCB. Windows color (decimal): -1717615 or 9554661. OLE color: 9554661.

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

Color convert

RGB229202145-
CMYK00.120.370.10
HSL40.71º61.76%73.33%-
HSV(B)40.71º36.68%89.8%-
XYZ58.5460.9435.47-
YUV203.5894.95146.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.76%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 145 (57.03% from 255) = 25.17%
R=39.76%
G=35.07%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920214500.120.370.1040.7161.7673.33
HexE5CA910C25A293e49
Octal34531222101445125176111
Binary1110010111001010100100010110010010110101010011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CA91; }

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

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

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

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

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

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

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

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