Html Css Color HEX #E5CE97 Double Colonial White
📋 copy color: '#E5CE97'red 229 ◦ green 206 ◦ blue 151
Shades of Double Colonial White #E5CE97
Tints of Double Colonial White #E5CE97
RGB
CMYK
RGB Variations
Color information
#E5CE97 (or 0xE5CE97) is known color: Double Colonial White. HEX triplet: E5, CE and 97. RGB value is (229,206,151). Sum of RGB (Red+Green+Blue) = 229+206+151=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CE97 is #1A3168. Grayscale: #CECECE. Windows color (decimal): -1716585 or 9948901. OLE color: 9948901.
HSL color Cylindrical-coordinate representation of color #E5CE97: hue angle of 42.31º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5CE97 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 151 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.10 |
| HSL | 42.31º | 0.6% | 0.75% | - |
| HSV(B) | 42.31º | 0.34% | 0.9% | - |
| XYZ | 59.97 | 63.03 | 38.28 | - |
| YUV | 206.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 151 | 0 | 0.10 | 0.34 | 0.10 | 42.31 | 0.6 | 0.75 |
| Hex | E5 | CE | 97 | 0 | A | 22 | A | 2A | 3C | 4B |
| Octal | 345 | 316 | 227 | 0 | 12 | 42 | 12 | 52 | 74 | 113 |
| Binary | 11100101 | 11001110 | 10010111 | 0 | 1010 | 100010 | 1010 | 101010 | 111100 | 1001011 |
Color Harmonies of #E5CE97
Complementary color
Monochromatic Colors of #E5CE97
Black with #E5CE97
Text Example
Text Example
White with #E5CE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE97; }
p { color: rgb(229,206,151); }
H1.HeaderClassName
{
color: #E5CE97;
}
.AnyTagClassName
{
color: #E5CE97;
}
</style>
background-color css
<style>
a { background-color: #E5CE97; }
a { background-color: rgb(229,206,151); }
div.DivClassName
{
background-color: #E5CE97;
}
.BgClassName
{
background-color: #E5CE97;
}
</style>
border-color css
<style>
span { border-color: #E5CE97; }
span { border-color: rgb(229,206,151); }
td.TdClassName
{
border-color: #E5CE97;
}
.TagClassName
{
border-color: #E5CE97;
}
</style>