Html Css Color HEX #E1CA98 Double Colonial White
📋 copy color: '#E1CA98'red 225 ◦ green 202 ◦ blue 152
Shades of Double Colonial White #E1CA98
Tints of Double Colonial White #E1CA98
RGB
CMYK
RGB Variations
Color information
#E1CA98 (or 0xE1CA98) is known color: Double Colonial White. HEX triplet: E1, CA and 98. RGB value is (225,202,152). Sum of RGB (Red+Green+Blue) = 225+202+152=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA98 is #1E3567. Grayscale: #CBCBCB. Windows color (decimal): -1979752 or 10013409. OLE color: 10013409.
HSL color Cylindrical-coordinate representation of color #E1CA98: hue angle of 41.1º 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 #E1CA98 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 152 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.12 |
| HSL | 41.1º | 0.55% | 0.74% | - |
| HSV(B) | 41.1º | 0.32% | 0.88% | - |
| XYZ | 57.84 | 60.52 | 38.34 | - |
| YUV | 203.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 152 | 0 | 0.10 | 0.32 | 0.12 | 41.1 | 0.55 | 0.74 |
| Hex | E1 | CA | 98 | 0 | A | 20 | C | 29 | 37 | 4A |
| Octal | 341 | 312 | 230 | 0 | 12 | 40 | 14 | 51 | 67 | 112 |
| Binary | 11100001 | 11001010 | 10011000 | 0 | 1010 | 100000 | 1100 | 101001 | 110111 | 1001010 |
Color Harmonies of #E1CA98
Complementary color
Monochromatic Colors of #E1CA98
Black with #E1CA98
Text Example
Text Example
White with #E1CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA98; }
p { color: rgb(225,202,152); }
H1.HeaderClassName
{
color: #E1CA98;
}
.AnyTagClassName
{
color: #E1CA98;
}
</style>
background-color css
<style>
a { background-color: #E1CA98; }
a { background-color: rgb(225,202,152); }
div.DivClassName
{
background-color: #E1CA98;
}
.BgClassName
{
background-color: #E1CA98;
}
</style>
border-color css
<style>
span { border-color: #E1CA98; }
span { border-color: rgb(225,202,152); }
td.TdClassName
{
border-color: #E1CA98;
}
.TagClassName
{
border-color: #E1CA98;
}
</style>