Html Css Color HEX #E1CA91 Double Colonial White
📋 copy color: '#E1CA91'red 225 ◦ green 202 ◦ blue 145
Shades of Double Colonial White #E1CA91
Tints of Double Colonial White #E1CA91
RGB
CMYK
RGB Variations
Color information
#E1CA91 (or 0xE1CA91) is known color: Double Colonial White. HEX triplet: E1, CA and 91. RGB value is (225,202,145). Sum of RGB (Red+Green+Blue) = 225+202+145=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA91 is #1E356E. Grayscale: #CACACA. Windows color (decimal): -1979759 or 9554657. OLE color: 9554657.
HSL color Cylindrical-coordinate representation of color #E1CA91: hue angle of 42.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1CA91 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 145 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.12 |
| HSL | 42.75º | 0.57% | 0.73% | - |
| HSV(B) | 42.75º | 0.36% | 0.88% | - |
| XYZ | 57.28 | 60.29 | 35.41 | - |
| YUV | 202.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 145 | 0 | 0.10 | 0.36 | 0.12 | 42.75 | 0.57 | 0.73 |
| Hex | E1 | CA | 91 | 0 | A | 24 | C | 2B | 39 | 49 |
| Octal | 341 | 312 | 221 | 0 | 12 | 44 | 14 | 53 | 71 | 111 |
| Binary | 11100001 | 11001010 | 10010001 | 0 | 1010 | 100100 | 1100 | 101011 | 111001 | 1001001 |
Color Harmonies of #E1CA91
Complementary color
Monochromatic Colors of #E1CA91
Black with #E1CA91
Text Example
Text Example
White with #E1CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA91; }
p { color: rgb(225,202,145); }
H1.HeaderClassName
{
color: #E1CA91;
}
.AnyTagClassName
{
color: #E1CA91;
}
</style>
background-color css
<style>
a { background-color: #E1CA91; }
a { background-color: rgb(225,202,145); }
div.DivClassName
{
background-color: #E1CA91;
}
.BgClassName
{
background-color: #E1CA91;
}
</style>
border-color css
<style>
span { border-color: #E1CA91; }
span { border-color: rgb(225,202,145); }
td.TdClassName
{
border-color: #E1CA91;
}
.TagClassName
{
border-color: #E1CA91;
}
</style>