Html Css Color HEX #E8CE8E Double Colonial White
📋 copy color: '#E8CE8E'red 232 ◦ green 206 ◦ blue 142
Shades of Double Colonial White #E8CE8E
Tints of Double Colonial White #E8CE8E
RGB
CMYK
RGB Variations
Color information
#E8CE8E (or 0xE8CE8E) is known color: Double Colonial White. HEX triplet: E8, CE and 8E. RGB value is (232,206,142). Sum of RGB (Red+Green+Blue) = 232+206+142=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CE8E is #173171. Grayscale: #CECECE. Windows color (decimal): -1519986 or 9359080. OLE color: 9359080.
HSL color Cylindrical-coordinate representation of color #E8CE8E: hue angle of 42.67º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8CE8E is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 142 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.09 |
| HSL | 42.67º | 0.66% | 0.73% | - |
| HSV(B) | 42.67º | 0.39% | 0.91% | - |
| XYZ | 60.23 | 63.25 | 34.63 | - |
| YUV | 206.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 142 | 0 | 0.11 | 0.39 | 0.09 | 42.67 | 0.66 | 0.73 |
| Hex | E8 | CE | 8E | 0 | B | 27 | 9 | 2B | 42 | 49 |
| Octal | 350 | 316 | 216 | 0 | 13 | 47 | 11 | 53 | 102 | 111 |
| Binary | 11101000 | 11001110 | 10001110 | 0 | 1011 | 100111 | 1001 | 101011 | 1000010 | 1001001 |
Color Harmonies of #E8CE8E
Complementary color
Monochromatic Colors of #E8CE8E
Black with #E8CE8E
Text Example
Text Example
White with #E8CE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE8E; }
p { color: rgb(232,206,142); }
H1.HeaderClassName
{
color: #E8CE8E;
}
.AnyTagClassName
{
color: #E8CE8E;
}
</style>
background-color css
<style>
a { background-color: #E8CE8E; }
a { background-color: rgb(232,206,142); }
div.DivClassName
{
background-color: #E8CE8E;
}
.BgClassName
{
background-color: #E8CE8E;
}
</style>
border-color css
<style>
span { border-color: #E8CE8E; }
span { border-color: rgb(232,206,142); }
td.TdClassName
{
border-color: #E8CE8E;
}
.TagClassName
{
border-color: #E8CE8E;
}
</style>