Html Css Color HEX #E5CC91 Double Colonial White
📋 copy color: '#E5CC91'red 229 ◦ green 204 ◦ blue 145
Shades of Double Colonial White #E5CC91
Tints of Double Colonial White #E5CC91
RGB
CMYK
RGB Variations
Color information
#E5CC91 (or 0xE5CC91) is known color: Double Colonial White. HEX triplet: E5, CC and 91. RGB value is (229,204,145). Sum of RGB (Red+Green+Blue) = 229+204+145=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 145 (57.03% from 255 or 25.09% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CC91 is #1A336E. Grayscale: #CDCDCD. Windows color (decimal): -1717103 or 9555173. OLE color: 9555173.
HSL color Cylindrical-coordinate representation of color #E5CC91: hue angle of 42.14º 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 #E5CC91 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 145 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.10 |
| HSL | 42.14º | 0.62% | 0.73% | - |
| HSV(B) | 42.14º | 0.37% | 0.9% | - |
| XYZ | 59.02 | 61.89 | 35.62 | - |
| YUV | 204.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 145 | 0 | 0.11 | 0.37 | 0.10 | 42.14 | 0.62 | 0.73 |
| Hex | E5 | CC | 91 | 0 | B | 25 | A | 2A | 3E | 49 |
| Octal | 345 | 314 | 221 | 0 | 13 | 45 | 12 | 52 | 76 | 111 |
| Binary | 11100101 | 11001100 | 10010001 | 0 | 1011 | 100101 | 1010 | 101010 | 111110 | 1001001 |
Color Harmonies of #E5CC91
Complementary color
Monochromatic Colors of #E5CC91
Black with #E5CC91
Text Example
Text Example
White with #E5CC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC91; }
p { color: rgb(229,204,145); }
H1.HeaderClassName
{
color: #E5CC91;
}
.AnyTagClassName
{
color: #E5CC91;
}
</style>
background-color css
<style>
a { background-color: #E5CC91; }
a { background-color: rgb(229,204,145); }
div.DivClassName
{
background-color: #E5CC91;
}
.BgClassName
{
background-color: #E5CC91;
}
</style>
border-color css
<style>
span { border-color: #E5CC91; }
span { border-color: rgb(229,204,145); }
td.TdClassName
{
border-color: #E5CC91;
}
.TagClassName
{
border-color: #E5CC91;
}
</style>