Html Css Color HEX #E1CC8F Double Colonial White
📋 copy color: '#E1CC8F'red 225 ◦ green 204 ◦ blue 143
Shades of Double Colonial White #E1CC8F
Tints of Double Colonial White #E1CC8F
RGB
CMYK
RGB Variations
Color information
#E1CC8F (or 0xE1CC8F) is known color: Double Colonial White. HEX triplet: E1, CC and 8F. RGB value is (225,204,143). Sum of RGB (Red+Green+Blue) = 225+204+143=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CC8F is #1E3370. Grayscale: #CBCBCB. Windows color (decimal): -1979249 or 9424097. OLE color: 9424097.
HSL color Cylindrical-coordinate representation of color #E1CC8F: hue angle of 44.63º 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 #E1CC8F is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 143 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.12 |
| HSL | 44.63º | 0.58% | 0.72% | - |
| HSV(B) | 44.63º | 0.36% | 0.88% | - |
| XYZ | 57.6 | 61.18 | 34.76 | - |
| YUV | 203.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 143 | 0 | 0.09 | 0.36 | 0.12 | 44.63 | 0.58 | 0.72 |
| Hex | E1 | CC | 8F | 0 | 9 | 24 | C | 2D | 3A | 48 |
| Octal | 341 | 314 | 217 | 0 | 11 | 44 | 14 | 55 | 72 | 110 |
| Binary | 11100001 | 11001100 | 10001111 | 0 | 1001 | 100100 | 1100 | 101101 | 111010 | 1001000 |
Color Harmonies of #E1CC8F
Complementary color
Monochromatic Colors of #E1CC8F
Black with #E1CC8F
Text Example
Text Example
White with #E1CC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CC8F; }
p { color: rgb(225,204,143); }
H1.HeaderClassName
{
color: #E1CC8F;
}
.AnyTagClassName
{
color: #E1CC8F;
}
</style>
background-color css
<style>
a { background-color: #E1CC8F; }
a { background-color: rgb(225,204,143); }
div.DivClassName
{
background-color: #E1CC8F;
}
.BgClassName
{
background-color: #E1CC8F;
}
</style>
border-color css
<style>
span { border-color: #E1CC8F; }
span { border-color: rgb(225,204,143); }
td.TdClassName
{
border-color: #E1CC8F;
}
.TagClassName
{
border-color: #E1CC8F;
}
</style>