Html Css Color HEX #E1C894 Double Colonial White
📋 copy color: '#E1C894'red 225 ◦ green 200 ◦ blue 148
Shades of Double Colonial White #E1C894
Tints of Double Colonial White #E1C894
RGB
CMYK
RGB Variations
Color information
#E1C894 (or 0xE1C894) is known color: Double Colonial White. HEX triplet: E1, C8 and 94. RGB value is (225,200,148). Sum of RGB (Red+Green+Blue) = 225+200+148=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C894 is #1E376B. Grayscale: #C9C9C9. Windows color (decimal): -1980268 or 9750753. OLE color: 9750753.
HSL color Cylindrical-coordinate representation of color #E1C894: hue angle of 40.52º 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 #E1C894 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 148 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.12 |
| HSL | 40.52º | 0.56% | 0.73% | - |
| HSV(B) | 40.52º | 0.34% | 0.88% | - |
| XYZ | 57.05 | 59.45 | 36.49 | - |
| YUV | 201.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 148 | 0 | 0.11 | 0.34 | 0.12 | 40.52 | 0.56 | 0.73 |
| Hex | E1 | C8 | 94 | 0 | B | 22 | C | 29 | 38 | 49 |
| Octal | 341 | 310 | 224 | 0 | 13 | 42 | 14 | 51 | 70 | 111 |
| Binary | 11100001 | 11001000 | 10010100 | 0 | 1011 | 100010 | 1100 | 101001 | 111000 | 1001001 |
Color Harmonies of #E1C894
Complementary color
Monochromatic Colors of #E1C894
Black with #E1C894
Text Example
Text Example
White with #E1C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C894; }
p { color: rgb(225,200,148); }
H1.HeaderClassName
{
color: #E1C894;
}
.AnyTagClassName
{
color: #E1C894;
}
</style>
background-color css
<style>
a { background-color: #E1C894; }
a { background-color: rgb(225,200,148); }
div.DivClassName
{
background-color: #E1C894;
}
.BgClassName
{
background-color: #E1C894;
}
</style>
border-color css
<style>
span { border-color: #E1C894; }
span { border-color: rgb(225,200,148); }
td.TdClassName
{
border-color: #E1C894;
}
.TagClassName
{
border-color: #E1C894;
}
</style>