Html Css Color HEX #E8CE92 Double Colonial White
📋 copy color: '#E8CE92'red 232 ◦ green 206 ◦ blue 146
Shades of Double Colonial White #E8CE92
Tints of Double Colonial White #E8CE92
RGB
CMYK
RGB Variations
Color information
#E8CE92 (or 0xE8CE92) is known color: Double Colonial White. HEX triplet: E8, CE and 92. RGB value is (232,206,146). Sum of RGB (Red+Green+Blue) = 232+206+146=584 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.73% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CE92 is #17316D. Grayscale: #CFCFCF. Windows color (decimal): -1519982 or 9621224. OLE color: 9621224.
HSL color Cylindrical-coordinate representation of color #E8CE92: hue angle of 41.86º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E8CE92 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 146 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.09 |
| HSL | 41.86º | 0.65% | 0.74% | - |
| HSV(B) | 41.86º | 0.37% | 0.91% | - |
| XYZ | 60.54 | 63.37 | 36.24 | - |
| YUV | 206.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 146 | 0 | 0.11 | 0.37 | 0.09 | 41.86 | 0.65 | 0.74 |
| Hex | E8 | CE | 92 | 0 | B | 25 | 9 | 2A | 41 | 4A |
| Octal | 350 | 316 | 222 | 0 | 13 | 45 | 11 | 52 | 101 | 112 |
| Binary | 11101000 | 11001110 | 10010010 | 0 | 1011 | 100101 | 1001 | 101010 | 1000001 | 1001010 |
Color Harmonies of #E8CE92
Complementary color
Monochromatic Colors of #E8CE92
Black with #E8CE92
Text Example
Text Example
White with #E8CE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE92; }
p { color: rgb(232,206,146); }
H1.HeaderClassName
{
color: #E8CE92;
}
.AnyTagClassName
{
color: #E8CE92;
}
</style>
background-color css
<style>
a { background-color: #E8CE92; }
a { background-color: rgb(232,206,146); }
div.DivClassName
{
background-color: #E8CE92;
}
.BgClassName
{
background-color: #E8CE92;
}
</style>
border-color css
<style>
span { border-color: #E8CE92; }
span { border-color: rgb(232,206,146); }
td.TdClassName
{
border-color: #E8CE92;
}
.TagClassName
{
border-color: #E8CE92;
}
</style>