Html Css Color HEX #E1C999 Double Colonial White
📋 copy color: '#E1C999'red 225 ◦ green 201 ◦ blue 153
Shades of Double Colonial White #E1C999
Tints of Double Colonial White #E1C999
RGB
CMYK
RGB Variations
Color information
#E1C999 (or 0xE1C999) is known color: Double Colonial White. HEX triplet: E1, C9 and 99. RGB value is (225,201,153). Sum of RGB (Red+Green+Blue) = 225+201+153=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C999 is #1E3666. Grayscale: #CACACA. Windows color (decimal): -1980007 or 10078689. OLE color: 10078689.
HSL color Cylindrical-coordinate representation of color #E1C999: hue angle of 40º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1C999 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 153 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.12 |
| HSL | 40º | 0.55% | 0.74% | - |
| HSV(B) | 40º | 0.32% | 0.88% | - |
| XYZ | 57.69 | 60.08 | 38.69 | - |
| YUV | 202.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 153 | 0 | 0.11 | 0.32 | 0.12 | 40 | 0.55 | 0.74 |
| Hex | E1 | C9 | 99 | 0 | B | 20 | C | 28 | 37 | 4A |
| Octal | 341 | 311 | 231 | 0 | 13 | 40 | 14 | 50 | 67 | 112 |
| Binary | 11100001 | 11001001 | 10011001 | 0 | 1011 | 100000 | 1100 | 101000 | 110111 | 1001010 |
Color Harmonies of #E1C999
Complementary color
Monochromatic Colors of #E1C999
Black with #E1C999
Text Example
Text Example
White with #E1C999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C999; }
p { color: rgb(225,201,153); }
H1.HeaderClassName
{
color: #E1C999;
}
.AnyTagClassName
{
color: #E1C999;
}
</style>
background-color css
<style>
a { background-color: #E1C999; }
a { background-color: rgb(225,201,153); }
div.DivClassName
{
background-color: #E1C999;
}
.BgClassName
{
background-color: #E1C999;
}
</style>
border-color css
<style>
span { border-color: #E1C999; }
span { border-color: rgb(225,201,153); }
td.TdClassName
{
border-color: #E1C999;
}
.TagClassName
{
border-color: #E1C999;
}
</style>