Html Css Color HEX #E1CA99 Double Colonial White
📋 copy color: '#E1CA99'red 225 ◦ green 202 ◦ blue 153
Shades of Double Colonial White #E1CA99
Tints of Double Colonial White #E1CA99
RGB
CMYK
RGB Variations
Color information
#E1CA99 (or 0xE1CA99) is known color: Double Colonial White. HEX triplet: E1, CA and 99. RGB value is (225,202,153). Sum of RGB (Red+Green+Blue) = 225+202+153=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA99 is #1E3566. Grayscale: #CBCBCB. Windows color (decimal): -1979751 or 10078945. OLE color: 10078945.
HSL color Cylindrical-coordinate representation of color #E1CA99: hue angle of 40.83º 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 #E1CA99 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 153 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.12 |
| HSL | 40.83º | 0.55% | 0.74% | - |
| HSV(B) | 40.83º | 0.32% | 0.88% | - |
| XYZ | 57.92 | 60.55 | 38.77 | - |
| YUV | 203.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 153 | 0 | 0.10 | 0.32 | 0.12 | 40.83 | 0.55 | 0.74 |
| Hex | E1 | CA | 99 | 0 | A | 20 | C | 29 | 37 | 4A |
| Octal | 341 | 312 | 231 | 0 | 12 | 40 | 14 | 51 | 67 | 112 |
| Binary | 11100001 | 11001010 | 10011001 | 0 | 1010 | 100000 | 1100 | 101001 | 110111 | 1001010 |
Color Harmonies of #E1CA99
Complementary color
Monochromatic Colors of #E1CA99
Black with #E1CA99
Text Example
Text Example
White with #E1CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA99; }
p { color: rgb(225,202,153); }
H1.HeaderClassName
{
color: #E1CA99;
}
.AnyTagClassName
{
color: #E1CA99;
}
</style>
background-color css
<style>
a { background-color: #E1CA99; }
a { background-color: rgb(225,202,153); }
div.DivClassName
{
background-color: #E1CA99;
}
.BgClassName
{
background-color: #E1CA99;
}
</style>
border-color css
<style>
span { border-color: #E1CA99; }
span { border-color: rgb(225,202,153); }
td.TdClassName
{
border-color: #E1CA99;
}
.TagClassName
{
border-color: #E1CA99;
}
</style>