Html Css Color HEX #E5CE8E Double Colonial White
📋 copy color: '#E5CE8E'red 229 ◦ green 206 ◦ blue 142
Shades of Double Colonial White #E5CE8E
Tints of Double Colonial White #E5CE8E
RGB
CMYK
RGB Variations
Color information
#E5CE8E (or 0xE5CE8E) is known color: Double Colonial White. HEX triplet: E5, CE and 8E. RGB value is (229,206,142). Sum of RGB (Red+Green+Blue) = 229+206+142=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CE8E is #1A3171. Grayscale: #CDCDCD. Windows color (decimal): -1716594 or 9359077. OLE color: 9359077.
HSL color Cylindrical-coordinate representation of color #E5CE8E: hue angle of 44.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5CE8E is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 142 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.10 |
| HSL | 44.14º | 0.63% | 0.73% | - |
| HSV(B) | 44.14º | 0.38% | 0.9% | - |
| XYZ | 59.27 | 62.75 | 34.58 | - |
| YUV | 205.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 142 | 0 | 0.10 | 0.38 | 0.10 | 44.14 | 0.63 | 0.73 |
| Hex | E5 | CE | 8E | 0 | A | 26 | A | 2C | 3F | 49 |
| Octal | 345 | 316 | 216 | 0 | 12 | 46 | 12 | 54 | 77 | 111 |
| Binary | 11100101 | 11001110 | 10001110 | 0 | 1010 | 100110 | 1010 | 101100 | 111111 | 1001001 |
Color Harmonies of #E5CE8E
Complementary color
Monochromatic Colors of #E5CE8E
Black with #E5CE8E
Text Example
Text Example
White with #E5CE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE8E; }
p { color: rgb(229,206,142); }
H1.HeaderClassName
{
color: #E5CE8E;
}
.AnyTagClassName
{
color: #E5CE8E;
}
</style>
background-color css
<style>
a { background-color: #E5CE8E; }
a { background-color: rgb(229,206,142); }
div.DivClassName
{
background-color: #E5CE8E;
}
.BgClassName
{
background-color: #E5CE8E;
}
</style>
border-color css
<style>
span { border-color: #E5CE8E; }
span { border-color: rgb(229,206,142); }
td.TdClassName
{
border-color: #E5CE8E;
}
.TagClassName
{
border-color: #E5CE8E;
}
</style>