Html Css Color HEX #E1CA8F Double Colonial White
📋 copy color: '#E1CA8F'red 225 ◦ green 202 ◦ blue 143
Shades of Double Colonial White #E1CA8F
Tints of Double Colonial White #E1CA8F
RGB
CMYK
RGB Variations
Color information
#E1CA8F (or 0xE1CA8F) is known color: Double Colonial White. HEX triplet: E1, CA and 8F. RGB value is (225,202,143). Sum of RGB (Red+Green+Blue) = 225+202+143=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA8F is #1E3570. Grayscale: #CACACA. Windows color (decimal): -1979761 or 9423585. OLE color: 9423585.
HSL color Cylindrical-coordinate representation of color #E1CA8F: hue angle of 43.17º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1CA8F is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 143 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.12 |
| HSL | 43.17º | 0.58% | 0.72% | - |
| HSV(B) | 43.17º | 0.36% | 0.88% | - |
| XYZ | 57.13 | 60.23 | 34.6 | - |
| YUV | 202.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 143 | 0 | 0.10 | 0.36 | 0.12 | 43.17 | 0.58 | 0.72 |
| Hex | E1 | CA | 8F | 0 | A | 24 | C | 2B | 3A | 48 |
| Octal | 341 | 312 | 217 | 0 | 12 | 44 | 14 | 53 | 72 | 110 |
| Binary | 11100001 | 11001010 | 10001111 | 0 | 1010 | 100100 | 1100 | 101011 | 111010 | 1001000 |
Color Harmonies of #E1CA8F
Complementary color
Monochromatic Colors of #E1CA8F
Black with #E1CA8F
Text Example
Text Example
White with #E1CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA8F; }
p { color: rgb(225,202,143); }
H1.HeaderClassName
{
color: #E1CA8F;
}
.AnyTagClassName
{
color: #E1CA8F;
}
</style>
background-color css
<style>
a { background-color: #E1CA8F; }
a { background-color: rgb(225,202,143); }
div.DivClassName
{
background-color: #E1CA8F;
}
.BgClassName
{
background-color: #E1CA8F;
}
</style>
border-color css
<style>
span { border-color: #E1CA8F; }
span { border-color: rgb(225,202,143); }
td.TdClassName
{
border-color: #E1CA8F;
}
.TagClassName
{
border-color: #E1CA8F;
}
</style>