Html Css Color HEX #E5CF9E Double Colonial White
📋 copy color: '#E5CF9E'red 229 ◦ green 207 ◦ blue 158
Shades of Double Colonial White #E5CF9E
Tints of Double Colonial White #E5CF9E
RGB
CMYK
RGB Variations
Color information
#E5CF9E (or 0xE5CF9E) is known color: Double Colonial White. HEX triplet: E5, CF and 9E. RGB value is (229,207,158). Sum of RGB (Red+Green+Blue) = 229+207+158=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 158 (62.11% from 255 or 26.60% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF9E is #1A3061. Grayscale: #D0D0D0. Windows color (decimal): -1716322 or 10407909. OLE color: 10407909.
HSL color Cylindrical-coordinate representation of color #E5CF9E: hue angle of 41.41º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5CF9E is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 158 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.10 |
| HSL | 41.41º | 0.58% | 0.76% | - |
| HSV(B) | 41.41º | 0.31% | 0.9% | - |
| XYZ | 60.8 | 63.75 | 41.45 | - |
| YUV | 207.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 158 | 0 | 0.10 | 0.31 | 0.10 | 41.41 | 0.58 | 0.76 |
| Hex | E5 | CF | 9E | 0 | A | 1F | A | 29 | 3A | 4C |
| Octal | 345 | 317 | 236 | 0 | 12 | 37 | 12 | 51 | 72 | 114 |
| Binary | 11100101 | 11001111 | 10011110 | 0 | 1010 | 11111 | 1010 | 101001 | 111010 | 1001100 |
Color Harmonies of #E5CF9E
Complementary color
Monochromatic Colors of #E5CF9E
Black with #E5CF9E
Text Example
Text Example
White with #E5CF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF9E; }
p { color: rgb(229,207,158); }
H1.HeaderClassName
{
color: #E5CF9E;
}
.AnyTagClassName
{
color: #E5CF9E;
}
</style>
background-color css
<style>
a { background-color: #E5CF9E; }
a { background-color: rgb(229,207,158); }
div.DivClassName
{
background-color: #E5CF9E;
}
.BgClassName
{
background-color: #E5CF9E;
}
</style>
border-color css
<style>
span { border-color: #E5CF9E; }
span { border-color: rgb(229,207,158); }
td.TdClassName
{
border-color: #E5CF9E;
}
.TagClassName
{
border-color: #E5CF9E;
}
</style>