Html Css Color HEX #E5CA91 Double Colonial White
📋 copy color: '#E5CA91'red 229 ◦ green 202 ◦ blue 145
Shades of Double Colonial White #E5CA91
Tints of Double Colonial White #E5CA91
RGB
CMYK
RGB Variations
Color information
#E5CA91 (or 0xE5CA91) is known color: 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
| RGB | 229 | 202 | 145 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.10 |
| HSL | 40.71º | 0.62% | 0.73% | - |
| HSV(B) | 40.71º | 0.37% | 0.9% | - |
| XYZ | 58.54 | 60.94 | 35.47 | - |
| YUV | 203.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 145 | 0 | 0.12 | 0.37 | 0.10 | 40.71 | 0.62 | 0.73 |
| Hex | E5 | CA | 91 | 0 | C | 25 | A | 29 | 3E | 49 |
| Octal | 345 | 312 | 221 | 0 | 14 | 45 | 12 | 51 | 76 | 111 |
| Binary | 11100101 | 11001010 | 10010001 | 0 | 1100 | 100101 | 1010 | 101001 | 111110 | 1001001 |
Color Harmonies of #E5CA91
Complementary color
Monochromatic Colors of #E5CA91
Black with #E5CA91
Text Example
Text Example
White with #E5CA91
Text Example
Text Example
HTML Codes & Css Web 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>