Html Css Color HEX #E7CF8C Double Colonial White
📋 copy color: '#E7CF8C'red 231 ◦ green 207 ◦ blue 140
Shades of Double Colonial White #E7CF8C
Tints of Double Colonial White #E7CF8C
RGB
CMYK
RGB Variations
Color information
#E7CF8C (or 0xE7CF8C) is known color: Double Colonial White. HEX triplet: E7, CF and 8C. RGB value is (231,207,140). Sum of RGB (Red+Green+Blue) = 231+207+140=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CF8C is #183073. Grayscale: #CECECE. Windows color (decimal): -1585268 or 9228263. OLE color: 9228263.
HSL color Cylindrical-coordinate representation of color #E7CF8C: hue angle of 44.18º degrees, saturation: 0.65, 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 #E7CF8C is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 140 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.09 |
| HSL | 44.18º | 0.65% | 0.73% | - |
| HSV(B) | 44.18º | 0.39% | 0.91% | - |
| XYZ | 60 | 63.51 | 33.91 | - |
| YUV | 206.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 140 | 0 | 0.10 | 0.39 | 0.09 | 44.18 | 0.65 | 0.73 |
| Hex | E7 | CF | 8C | 0 | A | 27 | 9 | 2C | 41 | 49 |
| Octal | 347 | 317 | 214 | 0 | 12 | 47 | 11 | 54 | 101 | 111 |
| Binary | 11100111 | 11001111 | 10001100 | 0 | 1010 | 100111 | 1001 | 101100 | 1000001 | 1001001 |
Color Harmonies of #E7CF8C
Complementary color
Monochromatic Colors of #E7CF8C
Black with #E7CF8C
Text Example
Text Example
White with #E7CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF8C; }
p { color: rgb(231,207,140); }
H1.HeaderClassName
{
color: #E7CF8C;
}
.AnyTagClassName
{
color: #E7CF8C;
}
</style>
background-color css
<style>
a { background-color: #E7CF8C; }
a { background-color: rgb(231,207,140); }
div.DivClassName
{
background-color: #E7CF8C;
}
.BgClassName
{
background-color: #E7CF8C;
}
</style>
border-color css
<style>
span { border-color: #E7CF8C; }
span { border-color: rgb(231,207,140); }
td.TdClassName
{
border-color: #E7CF8C;
}
.TagClassName
{
border-color: #E7CF8C;
}
</style>