Html Css Color HEX #E0C997 Double Colonial White
📋 copy color: '#E0C997'red 224 ◦ green 201 ◦ blue 151
Shades of Double Colonial White #E0C997
Tints of Double Colonial White #E0C997
RGB
CMYK
RGB Variations
Color information
#E0C997 (or 0xE0C997) is known color: Double Colonial White. HEX triplet: E0, C9 and 97. RGB value is (224,201,151). Sum of RGB (Red+Green+Blue) = 224+201+151=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C997 is #1F3668. Grayscale: #CACACA. Windows color (decimal): -2045545 or 9947616. OLE color: 9947616.
HSL color Cylindrical-coordinate representation of color #E0C997: hue angle of 41.1º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0C997 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 151 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.12 |
| HSL | 41.1º | 0.54% | 0.74% | - |
| HSV(B) | 41.1º | 0.33% | 0.88% | - |
| XYZ | 57.21 | 59.85 | 37.82 | - |
| YUV | 202.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 151 | 0 | 0.10 | 0.33 | 0.12 | 41.1 | 0.54 | 0.74 |
| Hex | E0 | C9 | 97 | 0 | A | 21 | C | 29 | 36 | 4A |
| Octal | 340 | 311 | 227 | 0 | 12 | 41 | 14 | 51 | 66 | 112 |
| Binary | 11100000 | 11001001 | 10010111 | 0 | 1010 | 100001 | 1100 | 101001 | 110110 | 1001010 |
Color Harmonies of #E0C997
Complementary color
Monochromatic Colors of #E0C997
Black with #E0C997
Text Example
Text Example
White with #E0C997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C997; }
p { color: rgb(224,201,151); }
H1.HeaderClassName
{
color: #E0C997;
}
.AnyTagClassName
{
color: #E0C997;
}
</style>
background-color css
<style>
a { background-color: #E0C997; }
a { background-color: rgb(224,201,151); }
div.DivClassName
{
background-color: #E0C997;
}
.BgClassName
{
background-color: #E0C997;
}
</style>
border-color css
<style>
span { border-color: #E0C997; }
span { border-color: rgb(224,201,151); }
td.TdClassName
{
border-color: #E0C997;
}
.TagClassName
{
border-color: #E0C997;
}
</style>