Html Css Color HEX #E2CE96 Double Colonial White
📋 copy color: '#E2CE96'red 226 ◦ green 206 ◦ blue 150
Shades of Double Colonial White #E2CE96
Tints of Double Colonial White #E2CE96
RGB
CMYK
RGB Variations
Color information
#E2CE96 (or 0xE2CE96) is known color: Double Colonial White. HEX triplet: E2, CE and 96. RGB value is (226,206,150). Sum of RGB (Red+Green+Blue) = 226+206+150=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CE96 is #1D3169. Grayscale: #CDCDCD. Windows color (decimal): -1913194 or 9883362. OLE color: 9883362.
HSL color Cylindrical-coordinate representation of color #E2CE96: hue angle of 44.21º 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 #E2CE96 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 150 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.11 |
| HSL | 44.21º | 0.57% | 0.74% | - |
| HSV(B) | 44.21º | 0.34% | 0.89% | - |
| XYZ | 58.94 | 62.51 | 37.81 | - |
| YUV | 205.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 150 | 0 | 0.09 | 0.34 | 0.11 | 44.21 | 0.57 | 0.74 |
| Hex | E2 | CE | 96 | 0 | 9 | 22 | B | 2C | 39 | 4A |
| Octal | 342 | 316 | 226 | 0 | 11 | 42 | 13 | 54 | 71 | 112 |
| Binary | 11100010 | 11001110 | 10010110 | 0 | 1001 | 100010 | 1011 | 101100 | 111001 | 1001010 |
Color Harmonies of #E2CE96
Complementary color
Monochromatic Colors of #E2CE96
Black with #E2CE96
Text Example
Text Example
White with #E2CE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE96; }
p { color: rgb(226,206,150); }
H1.HeaderClassName
{
color: #E2CE96;
}
.AnyTagClassName
{
color: #E2CE96;
}
</style>
background-color css
<style>
a { background-color: #E2CE96; }
a { background-color: rgb(226,206,150); }
div.DivClassName
{
background-color: #E2CE96;
}
.BgClassName
{
background-color: #E2CE96;
}
</style>
border-color css
<style>
span { border-color: #E2CE96; }
span { border-color: rgb(226,206,150); }
td.TdClassName
{
border-color: #E2CE96;
}
.TagClassName
{
border-color: #E2CE96;
}
</style>