Html Css Color HEX #E0CF96 Double Colonial White
📋 copy color: '#E0CF96'red 224 ◦ green 207 ◦ blue 150
Shades of Double Colonial White #E0CF96
Tints of Double Colonial White #E0CF96
RGB
CMYK
RGB Variations
Color information
#E0CF96 (or 0xE0CF96) is known color: Double Colonial White. HEX triplet: E0, CF and 96. RGB value is (224,207,150). Sum of RGB (Red+Green+Blue) = 224+207+150=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CF96 is #1F3069. Grayscale: #CDCDCD. Windows color (decimal): -2044010 or 9883616. OLE color: 9883616.
HSL color Cylindrical-coordinate representation of color #E0CF96: hue angle of 46.22º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0CF96 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 150 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.12 |
| HSL | 46.22º | 0.54% | 0.73% | - |
| HSV(B) | 46.22º | 0.33% | 0.88% | - |
| XYZ | 58.56 | 62.67 | 37.87 | - |
| YUV | 205.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 150 | 0 | 0.08 | 0.33 | 0.12 | 46.22 | 0.54 | 0.73 |
| Hex | E0 | CF | 96 | 0 | 8 | 21 | C | 2E | 36 | 49 |
| Octal | 340 | 317 | 226 | 0 | 10 | 41 | 14 | 56 | 66 | 111 |
| Binary | 11100000 | 11001111 | 10010110 | 0 | 1000 | 100001 | 1100 | 101110 | 110110 | 1001001 |
Color Harmonies of #E0CF96
Complementary color
Monochromatic Colors of #E0CF96
Black with #E0CF96
Text Example
Text Example
White with #E0CF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF96; }
p { color: rgb(224,207,150); }
H1.HeaderClassName
{
color: #E0CF96;
}
.AnyTagClassName
{
color: #E0CF96;
}
</style>
background-color css
<style>
a { background-color: #E0CF96; }
a { background-color: rgb(224,207,150); }
div.DivClassName
{
background-color: #E0CF96;
}
.BgClassName
{
background-color: #E0CF96;
}
</style>
border-color css
<style>
span { border-color: #E0CF96; }
span { border-color: rgb(224,207,150); }
td.TdClassName
{
border-color: #E0CF96;
}
.TagClassName
{
border-color: #E0CF96;
}
</style>