Html Css Color HEX #E1CF8F Double Colonial White
📋 copy color: '#E1CF8F'red 225 ◦ green 207 ◦ blue 143
Shades of Double Colonial White #E1CF8F
Tints of Double Colonial White #E1CF8F
RGB
CMYK
RGB Variations
Color information
#E1CF8F (or 0xE1CF8F) is known color: Double Colonial White. HEX triplet: E1, CF and 8F. RGB value is (225,207,143). Sum of RGB (Red+Green+Blue) = 225+207+143=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CF8F is #1E3070. Grayscale: #CDCDCD. Windows color (decimal): -1978481 or 9424865. OLE color: 9424865.
HSL color Cylindrical-coordinate representation of color #E1CF8F: hue angle of 46.83º 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 #E1CF8F is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 143 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.12 |
| HSL | 46.83º | 0.58% | 0.72% | - |
| HSV(B) | 46.83º | 0.36% | 0.88% | - |
| XYZ | 58.32 | 62.62 | 35 | - |
| YUV | 205.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 143 | 0 | 0.08 | 0.36 | 0.12 | 46.83 | 0.58 | 0.72 |
| Hex | E1 | CF | 8F | 0 | 8 | 24 | C | 2F | 3A | 48 |
| Octal | 341 | 317 | 217 | 0 | 10 | 44 | 14 | 57 | 72 | 110 |
| Binary | 11100001 | 11001111 | 10001111 | 0 | 1000 | 100100 | 1100 | 101111 | 111010 | 1001000 |
Color Harmonies of #E1CF8F
Complementary color
Monochromatic Colors of #E1CF8F
Black with #E1CF8F
Text Example
Text Example
White with #E1CF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF8F; }
p { color: rgb(225,207,143); }
H1.HeaderClassName
{
color: #E1CF8F;
}
.AnyTagClassName
{
color: #E1CF8F;
}
</style>
background-color css
<style>
a { background-color: #E1CF8F; }
a { background-color: rgb(225,207,143); }
div.DivClassName
{
background-color: #E1CF8F;
}
.BgClassName
{
background-color: #E1CF8F;
}
</style>
border-color css
<style>
span { border-color: #E1CF8F; }
span { border-color: rgb(225,207,143); }
td.TdClassName
{
border-color: #E1CF8F;
}
.TagClassName
{
border-color: #E1CF8F;
}
</style>