Html Css Color HEX #E8CE8D Double Colonial White
📋 copy color: '#E8CE8D'red 232 ◦ green 206 ◦ blue 141
Shades of Double Colonial White #E8CE8D
Tints of Double Colonial White #E8CE8D
RGB
CMYK
RGB Variations
Color information
#E8CE8D (or 0xE8CE8D) is known color: Double Colonial White. HEX triplet: E8, CE and 8D. RGB value is (232,206,141). Sum of RGB (Red+Green+Blue) = 232+206+141=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CE8D is #173172. Grayscale: #CECECE. Windows color (decimal): -1519987 or 9293544. OLE color: 9293544.
HSL color Cylindrical-coordinate representation of color #E8CE8D: hue angle of 42.86º 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 #E8CE8D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 141 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.09 |
| HSL | 42.86º | 0.66% | 0.73% | - |
| HSV(B) | 42.86º | 0.39% | 0.91% | - |
| XYZ | 60.16 | 63.22 | 34.23 | - |
| YUV | 206.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 141 | 0 | 0.11 | 0.39 | 0.09 | 42.86 | 0.66 | 0.73 |
| Hex | E8 | CE | 8D | 0 | B | 27 | 9 | 2B | 42 | 49 |
| Octal | 350 | 316 | 215 | 0 | 13 | 47 | 11 | 53 | 102 | 111 |
| Binary | 11101000 | 11001110 | 10001101 | 0 | 1011 | 100111 | 1001 | 101011 | 1000010 | 1001001 |
Color Harmonies of #E8CE8D
Complementary color
Monochromatic Colors of #E8CE8D
Black with #E8CE8D
Text Example
Text Example
White with #E8CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE8D; }
p { color: rgb(232,206,141); }
H1.HeaderClassName
{
color: #E8CE8D;
}
.AnyTagClassName
{
color: #E8CE8D;
}
</style>
background-color css
<style>
a { background-color: #E8CE8D; }
a { background-color: rgb(232,206,141); }
div.DivClassName
{
background-color: #E8CE8D;
}
.BgClassName
{
background-color: #E8CE8D;
}
</style>
border-color css
<style>
span { border-color: #E8CE8D; }
span { border-color: rgb(232,206,141); }
td.TdClassName
{
border-color: #E8CE8D;
}
.TagClassName
{
border-color: #E8CE8D;
}
</style>