Html Css Color HEX #E1C994 Double Colonial White
📋 copy color: '#E1C994'red 225 ◦ green 201 ◦ blue 148
Shades of Double Colonial White #E1C994
Tints of Double Colonial White #E1C994
RGB
CMYK
RGB Variations
Color information
#E1C994 (or 0xE1C994) is known color: Double Colonial White. HEX triplet: E1, C9 and 94. RGB value is (225,201,148). Sum of RGB (Red+Green+Blue) = 225+201+148=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C994 is #1E366B. Grayscale: #CACACA. Windows color (decimal): -1980012 or 9751009. OLE color: 9751009.
HSL color Cylindrical-coordinate representation of color #E1C994: hue angle of 41.3º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1C994 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 148 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.12 |
| HSL | 41.3º | 0.56% | 0.73% | - |
| HSV(B) | 41.3º | 0.34% | 0.88% | - |
| XYZ | 57.28 | 59.92 | 36.56 | - |
| YUV | 202.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 148 | 0 | 0.11 | 0.34 | 0.12 | 41.3 | 0.56 | 0.73 |
| Hex | E1 | C9 | 94 | 0 | B | 22 | C | 29 | 38 | 49 |
| Octal | 341 | 311 | 224 | 0 | 13 | 42 | 14 | 51 | 70 | 111 |
| Binary | 11100001 | 11001001 | 10010100 | 0 | 1011 | 100010 | 1100 | 101001 | 111000 | 1001001 |
Color Harmonies of #E1C994
Complementary color
Monochromatic Colors of #E1C994
Black with #E1C994
Text Example
Text Example
White with #E1C994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C994; }
p { color: rgb(225,201,148); }
H1.HeaderClassName
{
color: #E1C994;
}
.AnyTagClassName
{
color: #E1C994;
}
</style>
background-color css
<style>
a { background-color: #E1C994; }
a { background-color: rgb(225,201,148); }
div.DivClassName
{
background-color: #E1C994;
}
.BgClassName
{
background-color: #E1C994;
}
</style>
border-color css
<style>
span { border-color: #E1C994; }
span { border-color: rgb(225,201,148); }
td.TdClassName
{
border-color: #E1C994;
}
.TagClassName
{
border-color: #E1C994;
}
</style>