Html Css Color HEX #E8CF94 Double Colonial White
📋 copy color: '#E8CF94'red 232 ◦ green 207 ◦ blue 148
Shades of Double Colonial White #E8CF94
Tints of Double Colonial White #E8CF94
RGB
CMYK
RGB Variations
Color information
#E8CF94 (or 0xE8CF94) is known color: Double Colonial White. HEX triplet: E8, CF and 94. RGB value is (232,207,148). Sum of RGB (Red+Green+Blue) = 232+207+148=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CF94 is #17306B. Grayscale: #D0D0D0. Windows color (decimal): -1519724 or 9752552. OLE color: 9752552.
HSL color Cylindrical-coordinate representation of color #E8CF94: hue angle of 42.14º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8CF94 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 148 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.09 |
| HSL | 42.14º | 0.65% | 0.75% | - |
| HSV(B) | 42.14º | 0.36% | 0.91% | - |
| XYZ | 60.94 | 63.92 | 37.14 | - |
| YUV | 207.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 148 | 0 | 0.11 | 0.36 | 0.09 | 42.14 | 0.65 | 0.75 |
| Hex | E8 | CF | 94 | 0 | B | 24 | 9 | 2A | 41 | 4B |
| Octal | 350 | 317 | 224 | 0 | 13 | 44 | 11 | 52 | 101 | 113 |
| Binary | 11101000 | 11001111 | 10010100 | 0 | 1011 | 100100 | 1001 | 101010 | 1000001 | 1001011 |
Color Harmonies of #E8CF94
Complementary color
Monochromatic Colors of #E8CF94
Black with #E8CF94
Text Example
Text Example
White with #E8CF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CF94; }
p { color: rgb(232,207,148); }
H1.HeaderClassName
{
color: #E8CF94;
}
.AnyTagClassName
{
color: #E8CF94;
}
</style>
background-color css
<style>
a { background-color: #E8CF94; }
a { background-color: rgb(232,207,148); }
div.DivClassName
{
background-color: #E8CF94;
}
.BgClassName
{
background-color: #E8CF94;
}
</style>
border-color css
<style>
span { border-color: #E8CF94; }
span { border-color: rgb(232,207,148); }
td.TdClassName
{
border-color: #E8CF94;
}
.TagClassName
{
border-color: #E8CF94;
}
</style>