Html Css Color HEX #E0CF94 Double Colonial White
📋 copy color: '#E0CF94'red 224 ◦ green 207 ◦ blue 148
Shades of Double Colonial White #E0CF94
Tints of Double Colonial White #E0CF94
RGB
CMYK
RGB Variations
Color information
#E0CF94 (or 0xE0CF94) is known color: Double Colonial White. HEX triplet: E0, CF and 94. RGB value is (224,207,148). Sum of RGB (Red+Green+Blue) = 224+207+148=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CF94 is #1F306B. Grayscale: #CDCDCD. Windows color (decimal): -2044012 or 9752544. OLE color: 9752544.
HSL color Cylindrical-coordinate representation of color #E0CF94: hue angle of 46.58º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0CF94 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 148 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.12 |
| HSL | 46.58º | 0.55% | 0.73% | - |
| HSV(B) | 46.58º | 0.34% | 0.88% | - |
| XYZ | 58.4 | 62.61 | 37.02 | - |
| YUV | 205.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 148 | 0 | 0.08 | 0.34 | 0.12 | 46.58 | 0.55 | 0.73 |
| Hex | E0 | CF | 94 | 0 | 8 | 22 | C | 2F | 37 | 49 |
| Octal | 340 | 317 | 224 | 0 | 10 | 42 | 14 | 57 | 67 | 111 |
| Binary | 11100000 | 11001111 | 10010100 | 0 | 1000 | 100010 | 1100 | 101111 | 110111 | 1001001 |
Color Harmonies of #E0CF94
Complementary color
Monochromatic Colors of #E0CF94
Black with #E0CF94
Text Example
Text Example
White with #E0CF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF94; }
p { color: rgb(224,207,148); }
H1.HeaderClassName
{
color: #E0CF94;
}
.AnyTagClassName
{
color: #E0CF94;
}
</style>
background-color css
<style>
a { background-color: #E0CF94; }
a { background-color: rgb(224,207,148); }
div.DivClassName
{
background-color: #E0CF94;
}
.BgClassName
{
background-color: #E0CF94;
}
</style>
border-color css
<style>
span { border-color: #E0CF94; }
span { border-color: rgb(224,207,148); }
td.TdClassName
{
border-color: #E0CF94;
}
.TagClassName
{
border-color: #E0CF94;
}
</style>