Html Css Color HEX #E2CE9E Double Colonial White
📋 copy color: '#E2CE9E'red 226 ◦ green 206 ◦ blue 158
Shades of Double Colonial White #E2CE9E
Tints of Double Colonial White #E2CE9E
RGB
CMYK
RGB Variations
Color information
#E2CE9E (or 0xE2CE9E) is known color: Double Colonial White. HEX triplet: E2, CE and 9E. RGB value is (226,206,158). Sum of RGB (Red+Green+Blue) = 226+206+158=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CE9E is #1D3161. Grayscale: #CECECE. Windows color (decimal): -1913186 or 10407650. OLE color: 10407650.
HSL color Cylindrical-coordinate representation of color #E2CE9E: hue angle of 42.35º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2CE9E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 158 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.11 |
| HSL | 42.35º | 0.54% | 0.75% | - |
| HSV(B) | 42.35º | 0.3% | 0.89% | - |
| XYZ | 59.61 | 62.78 | 41.32 | - |
| YUV | 206.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 158 | 0 | 0.09 | 0.30 | 0.11 | 42.35 | 0.54 | 0.75 |
| Hex | E2 | CE | 9E | 0 | 9 | 1E | B | 2A | 36 | 4B |
| Octal | 342 | 316 | 236 | 0 | 11 | 36 | 13 | 52 | 66 | 113 |
| Binary | 11100010 | 11001110 | 10011110 | 0 | 1001 | 11110 | 1011 | 101010 | 110110 | 1001011 |
Color Harmonies of #E2CE9E
Complementary color
Monochromatic Colors of #E2CE9E
Black with #E2CE9E
Text Example
Text Example
White with #E2CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE9E; }
p { color: rgb(226,206,158); }
H1.HeaderClassName
{
color: #E2CE9E;
}
.AnyTagClassName
{
color: #E2CE9E;
}
</style>
background-color css
<style>
a { background-color: #E2CE9E; }
a { background-color: rgb(226,206,158); }
div.DivClassName
{
background-color: #E2CE9E;
}
.BgClassName
{
background-color: #E2CE9E;
}
</style>
border-color css
<style>
span { border-color: #E2CE9E; }
span { border-color: rgb(226,206,158); }
td.TdClassName
{
border-color: #E2CE9E;
}
.TagClassName
{
border-color: #E2CE9E;
}
</style>