Html Css Color HEX #E2CE95 Double Colonial White
📋 copy color: '#E2CE95'red 226 ◦ green 206 ◦ blue 149
Shades of Double Colonial White #E2CE95
Tints of Double Colonial White #E2CE95
RGB
CMYK
RGB Variations
Color information
#E2CE95 (or 0xE2CE95) is known color: Double Colonial White. HEX triplet: E2, CE and 95. RGB value is (226,206,149). Sum of RGB (Red+Green+Blue) = 226+206+149=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CE95 is #1D316A. Grayscale: #CDCDCD. Windows color (decimal): -1913195 or 9817826. OLE color: 9817826.
HSL color Cylindrical-coordinate representation of color #E2CE95: hue angle of 44.42º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2CE95 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 149 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.11 |
| HSL | 44.42º | 0.57% | 0.74% | - |
| HSV(B) | 44.42º | 0.34% | 0.89% | - |
| XYZ | 58.86 | 62.48 | 37.39 | - |
| YUV | 205.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 149 | 0 | 0.09 | 0.34 | 0.11 | 44.42 | 0.57 | 0.74 |
| Hex | E2 | CE | 95 | 0 | 9 | 22 | B | 2C | 39 | 4A |
| Octal | 342 | 316 | 225 | 0 | 11 | 42 | 13 | 54 | 71 | 112 |
| Binary | 11100010 | 11001110 | 10010101 | 0 | 1001 | 100010 | 1011 | 101100 | 111001 | 1001010 |
Color Harmonies of #E2CE95
Complementary color
Monochromatic Colors of #E2CE95
Black with #E2CE95
Text Example
Text Example
White with #E2CE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE95; }
p { color: rgb(226,206,149); }
H1.HeaderClassName
{
color: #E2CE95;
}
.AnyTagClassName
{
color: #E2CE95;
}
</style>
background-color css
<style>
a { background-color: #E2CE95; }
a { background-color: rgb(226,206,149); }
div.DivClassName
{
background-color: #E2CE95;
}
.BgClassName
{
background-color: #E2CE95;
}
</style>
border-color css
<style>
span { border-color: #E2CE95; }
span { border-color: rgb(226,206,149); }
td.TdClassName
{
border-color: #E2CE95;
}
.TagClassName
{
border-color: #E2CE95;
}
</style>