Html Css Color HEX #E8CF8D Double Colonial White
📋 copy color: '#E8CF8D'red 232 ◦ green 207 ◦ blue 141
Shades of Double Colonial White #E8CF8D
Tints of Double Colonial White #E8CF8D
RGB
CMYK
RGB Variations
Color information
#E8CF8D (or 0xE8CF8D) is known color: Double Colonial White. HEX triplet: E8, CF and 8D. RGB value is (232,207,141). Sum of RGB (Red+Green+Blue) = 232+207+141=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CF8D is #173072. Grayscale: #CFCFCF. Windows color (decimal): -1519731 or 9293800. OLE color: 9293800.
HSL color Cylindrical-coordinate representation of color #E8CF8D: hue angle of 43.52º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8CF8D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 141 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.09 |
| HSL | 43.52º | 0.66% | 0.73% | - |
| HSV(B) | 43.52º | 0.39% | 0.91% | - |
| XYZ | 60.4 | 63.7 | 34.31 | - |
| YUV | 206.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 141 | 0 | 0.11 | 0.39 | 0.09 | 43.52 | 0.66 | 0.73 |
| Hex | E8 | CF | 8D | 0 | B | 27 | 9 | 2C | 42 | 49 |
| Octal | 350 | 317 | 215 | 0 | 13 | 47 | 11 | 54 | 102 | 111 |
| Binary | 11101000 | 11001111 | 10001101 | 0 | 1011 | 100111 | 1001 | 101100 | 1000010 | 1001001 |
Color Harmonies of #E8CF8D
Complementary color
Monochromatic Colors of #E8CF8D
Black with #E8CF8D
Text Example
Text Example
White with #E8CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CF8D; }
p { color: rgb(232,207,141); }
H1.HeaderClassName
{
color: #E8CF8D;
}
.AnyTagClassName
{
color: #E8CF8D;
}
</style>
background-color css
<style>
a { background-color: #E8CF8D; }
a { background-color: rgb(232,207,141); }
div.DivClassName
{
background-color: #E8CF8D;
}
.BgClassName
{
background-color: #E8CF8D;
}
</style>
border-color css
<style>
span { border-color: #E8CF8D; }
span { border-color: rgb(232,207,141); }
td.TdClassName
{
border-color: #E8CF8D;
}
.TagClassName
{
border-color: #E8CF8D;
}
</style>