Html Css Color HEX #E5CF8C Double Colonial White
📋 copy color: '#E5CF8C'red 229 ◦ green 207 ◦ blue 140
Shades of Double Colonial White #E5CF8C
Tints of Double Colonial White #E5CF8C
RGB
CMYK
RGB Variations
Color information
#E5CF8C (or 0xE5CF8C) is known color: Double Colonial White. HEX triplet: E5, CF and 8C. RGB value is (229,207,140). Sum of RGB (Red+Green+Blue) = 229+207+140=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF8C is #1A3073. Grayscale: #CECECE. Windows color (decimal): -1716340 or 9228261. OLE color: 9228261.
HSL color Cylindrical-coordinate representation of color #E5CF8C: hue angle of 45.17º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5CF8C is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 140 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.10 |
| HSL | 45.17º | 0.63% | 0.72% | - |
| HSV(B) | 45.17º | 0.39% | 0.9% | - |
| XYZ | 59.36 | 63.18 | 33.88 | - |
| YUV | 205.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 140 | 0 | 0.10 | 0.39 | 0.10 | 45.17 | 0.63 | 0.72 |
| Hex | E5 | CF | 8C | 0 | A | 27 | A | 2D | 3F | 48 |
| Octal | 345 | 317 | 214 | 0 | 12 | 47 | 12 | 55 | 77 | 110 |
| Binary | 11100101 | 11001111 | 10001100 | 0 | 1010 | 100111 | 1010 | 101101 | 111111 | 1001000 |
Color Harmonies of #E5CF8C
Complementary color
Monochromatic Colors of #E5CF8C
Black with #E5CF8C
Text Example
Text Example
White with #E5CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF8C; }
p { color: rgb(229,207,140); }
H1.HeaderClassName
{
color: #E5CF8C;
}
.AnyTagClassName
{
color: #E5CF8C;
}
</style>
background-color css
<style>
a { background-color: #E5CF8C; }
a { background-color: rgb(229,207,140); }
div.DivClassName
{
background-color: #E5CF8C;
}
.BgClassName
{
background-color: #E5CF8C;
}
</style>
border-color css
<style>
span { border-color: #E5CF8C; }
span { border-color: rgb(229,207,140); }
td.TdClassName
{
border-color: #E5CF8C;
}
.TagClassName
{
border-color: #E5CF8C;
}
</style>