Html Css Color HEX #E0CF9A Double Colonial White
📋 copy color: '#E0CF9A'red 224 ◦ green 207 ◦ blue 154
Shades of Double Colonial White #E0CF9A
Tints of Double Colonial White #E0CF9A
RGB
CMYK
RGB Variations
Color information
#E0CF9A (or 0xE0CF9A) is known color: Double Colonial White. HEX triplet: E0, CF and 9A. RGB value is (224,207,154). Sum of RGB (Red+Green+Blue) = 224+207+154=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CF9A is #1F3065. Grayscale: #CECECE. Windows color (decimal): -2044006 or 10145760. OLE color: 10145760.
HSL color Cylindrical-coordinate representation of color #E0CF9A: hue angle of 45.43º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0CF9A is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 154 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.12 |
| HSL | 45.43º | 0.53% | 0.74% | - |
| HSV(B) | 45.43º | 0.31% | 0.88% | - |
| XYZ | 58.89 | 62.81 | 39.59 | - |
| YUV | 206.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 154 | 0 | 0.08 | 0.31 | 0.12 | 45.43 | 0.53 | 0.74 |
| Hex | E0 | CF | 9A | 0 | 8 | 1F | C | 2D | 35 | 4A |
| Octal | 340 | 317 | 232 | 0 | 10 | 37 | 14 | 55 | 65 | 112 |
| Binary | 11100000 | 11001111 | 10011010 | 0 | 1000 | 11111 | 1100 | 101101 | 110101 | 1001010 |
Color Harmonies of #E0CF9A
Complementary color
Monochromatic Colors of #E0CF9A
Black with #E0CF9A
Text Example
Text Example
White with #E0CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF9A; }
p { color: rgb(224,207,154); }
H1.HeaderClassName
{
color: #E0CF9A;
}
.AnyTagClassName
{
color: #E0CF9A;
}
</style>
background-color css
<style>
a { background-color: #E0CF9A; }
a { background-color: rgb(224,207,154); }
div.DivClassName
{
background-color: #E0CF9A;
}
.BgClassName
{
background-color: #E0CF9A;
}
</style>
border-color css
<style>
span { border-color: #E0CF9A; }
span { border-color: rgb(224,207,154); }
td.TdClassName
{
border-color: #E0CF9A;
}
.TagClassName
{
border-color: #E0CF9A;
}
</style>