Html Css Color HEX #E8CF8C Double Colonial White
📋 copy color: '#E8CF8C'red 232 ◦ green 207 ◦ blue 140
Shades of Double Colonial White #E8CF8C
Tints of Double Colonial White #E8CF8C
RGB
CMYK
RGB Variations
Color information
#E8CF8C (or 0xE8CF8C) is known color: Double Colonial White. HEX triplet: E8, CF and 8C. RGB value is (232,207,140). Sum of RGB (Red+Green+Blue) = 232+207+140=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CF8C is #173073. Grayscale: #CFCFCF. Windows color (decimal): -1519732 or 9228264. OLE color: 9228264.
HSL color Cylindrical-coordinate representation of color #E8CF8C: hue angle of 43.7º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8CF8C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 140 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.09 |
| HSL | 43.7º | 0.67% | 0.73% | - |
| HSV(B) | 43.7º | 0.4% | 0.91% | - |
| XYZ | 60.33 | 63.67 | 33.92 | - |
| YUV | 206.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 140 | 0 | 0.11 | 0.40 | 0.09 | 43.7 | 0.67 | 0.73 |
| Hex | E8 | CF | 8C | 0 | B | 28 | 9 | 2C | 43 | 49 |
| Octal | 350 | 317 | 214 | 0 | 13 | 50 | 11 | 54 | 103 | 111 |
| Binary | 11101000 | 11001111 | 10001100 | 0 | 1011 | 101000 | 1001 | 101100 | 1000011 | 1001001 |
Color Harmonies of #E8CF8C
Complementary color
Monochromatic Colors of #E8CF8C
Black with #E8CF8C
Text Example
Text Example
White with #E8CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CF8C; }
p { color: rgb(232,207,140); }
H1.HeaderClassName
{
color: #E8CF8C;
}
.AnyTagClassName
{
color: #E8CF8C;
}
</style>
background-color css
<style>
a { background-color: #E8CF8C; }
a { background-color: rgb(232,207,140); }
div.DivClassName
{
background-color: #E8CF8C;
}
.BgClassName
{
background-color: #E8CF8C;
}
</style>
border-color css
<style>
span { border-color: #E8CF8C; }
span { border-color: rgb(232,207,140); }
td.TdClassName
{
border-color: #E8CF8C;
}
.TagClassName
{
border-color: #E8CF8C;
}
</style>