Html Css Color HEX #E8CF8F Double Colonial White
📋 copy color: '#E8CF8F'red 232 ◦ green 207 ◦ blue 143
Shades of Double Colonial White #E8CF8F
Tints of Double Colonial White #E8CF8F
RGB
CMYK
RGB Variations
Color information
#E8CF8F (or 0xE8CF8F) is known color: Double Colonial White. HEX triplet: E8, CF and 8F. RGB value is (232,207,143). Sum of RGB (Red+Green+Blue) = 232+207+143=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CF8F is #173070. Grayscale: #CFCFCF. Windows color (decimal): -1519729 or 9424872. OLE color: 9424872.
HSL color Cylindrical-coordinate representation of color #E8CF8F: hue angle of 43.15º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8CF8F is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 143 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.09 |
| HSL | 43.15º | 0.66% | 0.74% | - |
| HSV(B) | 43.15º | 0.38% | 0.91% | - |
| XYZ | 60.55 | 63.76 | 35.1 | - |
| YUV | 207.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 143 | 0 | 0.11 | 0.38 | 0.09 | 43.15 | 0.66 | 0.74 |
| Hex | E8 | CF | 8F | 0 | B | 26 | 9 | 2B | 42 | 4A |
| Octal | 350 | 317 | 217 | 0 | 13 | 46 | 11 | 53 | 102 | 112 |
| Binary | 11101000 | 11001111 | 10001111 | 0 | 1011 | 100110 | 1001 | 101011 | 1000010 | 1001010 |
Color Harmonies of #E8CF8F
Complementary color
Monochromatic Colors of #E8CF8F
Black with #E8CF8F
Text Example
Text Example
White with #E8CF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CF8F; }
p { color: rgb(232,207,143); }
H1.HeaderClassName
{
color: #E8CF8F;
}
.AnyTagClassName
{
color: #E8CF8F;
}
</style>
background-color css
<style>
a { background-color: #E8CF8F; }
a { background-color: rgb(232,207,143); }
div.DivClassName
{
background-color: #E8CF8F;
}
.BgClassName
{
background-color: #E8CF8F;
}
</style>
border-color css
<style>
span { border-color: #E8CF8F; }
span { border-color: rgb(232,207,143); }
td.TdClassName
{
border-color: #E8CF8F;
}
.TagClassName
{
border-color: #E8CF8F;
}
</style>