Html Css Color HEX #E0CEA2 Double Colonial White
📋 copy color: '#E0CEA2'red 224 ◦ green 206 ◦ blue 162
Shades of Double Colonial White #E0CEA2
Tints of Double Colonial White #E0CEA2
RGB
CMYK
RGB Variations
Color information
#E0CEA2 (or 0xE0CEA2) is known color: Double Colonial White. HEX triplet: E0, CE and A2. RGB value is (224,206,162). Sum of RGB (Red+Green+Blue) = 224+206+162=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CEA2 is #1F315D. Grayscale: #CECECE. Windows color (decimal): -2044254 or 10669792. OLE color: 10669792.
HSL color Cylindrical-coordinate representation of color #E0CEA2: hue angle of 42.58º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0CEA2 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 162 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.12 |
| HSL | 42.58º | 0.5% | 0.76% | - |
| HSV(B) | 42.58º | 0.28% | 0.88% | - |
| XYZ | 59.33 | 62.6 | 43.14 | - |
| YUV | 206.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 162 | 0 | 0.08 | 0.28 | 0.12 | 42.58 | 0.5 | 0.76 |
| Hex | E0 | CE | A2 | 0 | 8 | 1C | C | 2B | 32 | 4C |
| Octal | 340 | 316 | 242 | 0 | 10 | 34 | 14 | 53 | 62 | 114 |
| Binary | 11100000 | 11001110 | 10100010 | 0 | 1000 | 11100 | 1100 | 101011 | 110010 | 1001100 |
Color Harmonies of #E0CEA2
Complementary color
Monochromatic Colors of #E0CEA2
Black with #E0CEA2
Text Example
Text Example
White with #E0CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEA2; }
p { color: rgb(224,206,162); }
H1.HeaderClassName
{
color: #E0CEA2;
}
.AnyTagClassName
{
color: #E0CEA2;
}
</style>
background-color css
<style>
a { background-color: #E0CEA2; }
a { background-color: rgb(224,206,162); }
div.DivClassName
{
background-color: #E0CEA2;
}
.BgClassName
{
background-color: #E0CEA2;
}
</style>
border-color css
<style>
span { border-color: #E0CEA2; }
span { border-color: rgb(224,206,162); }
td.TdClassName
{
border-color: #E0CEA2;
}
.TagClassName
{
border-color: #E0CEA2;
}
</style>