Html Css Color HEX #E0CE8E Double Colonial White
📋 copy color: '#E0CE8E'red 224 ◦ green 206 ◦ blue 142
Shades of Double Colonial White #E0CE8E
Tints of Double Colonial White #E0CE8E
RGB
CMYK
RGB Variations
Color information
#E0CE8E (or 0xE0CE8E) is known color: Double Colonial White. HEX triplet: E0, CE and 8E. RGB value is (224,206,142). Sum of RGB (Red+Green+Blue) = 224+206+142=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CE8E is #1F3171. Grayscale: #CCCCCC. Windows color (decimal): -2044274 or 9359072. OLE color: 9359072.
HSL color Cylindrical-coordinate representation of color #E0CE8E: hue angle of 46.83º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0CE8E is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 142 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.12 |
| HSL | 46.83º | 0.57% | 0.72% | - |
| HSV(B) | 46.83º | 0.37% | 0.88% | - |
| XYZ | 57.69 | 61.94 | 34.51 | - |
| YUV | 204.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 142 | 0 | 0.08 | 0.37 | 0.12 | 46.83 | 0.57 | 0.72 |
| Hex | E0 | CE | 8E | 0 | 8 | 25 | C | 2F | 39 | 48 |
| Octal | 340 | 316 | 216 | 0 | 10 | 45 | 14 | 57 | 71 | 110 |
| Binary | 11100000 | 11001110 | 10001110 | 0 | 1000 | 100101 | 1100 | 101111 | 111001 | 1001000 |
Color Harmonies of #E0CE8E
Complementary color
Monochromatic Colors of #E0CE8E
Black with #E0CE8E
Text Example
Text Example
White with #E0CE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CE8E; }
p { color: rgb(224,206,142); }
H1.HeaderClassName
{
color: #E0CE8E;
}
.AnyTagClassName
{
color: #E0CE8E;
}
</style>
background-color css
<style>
a { background-color: #E0CE8E; }
a { background-color: rgb(224,206,142); }
div.DivClassName
{
background-color: #E0CE8E;
}
.BgClassName
{
background-color: #E0CE8E;
}
</style>
border-color css
<style>
span { border-color: #E0CE8E; }
span { border-color: rgb(224,206,142); }
td.TdClassName
{
border-color: #E0CE8E;
}
.TagClassName
{
border-color: #E0CE8E;
}
</style>