Html Css Color HEX #E0CC9A Double Colonial White
📋 copy color: '#E0CC9A'red 224 ◦ green 204 ◦ blue 154
Shades of Double Colonial White #E0CC9A
Tints of Double Colonial White #E0CC9A
RGB
CMYK
RGB Variations
Color information
#E0CC9A (or 0xE0CC9A) is known color: Double Colonial White. HEX triplet: E0, CC and 9A. RGB value is (224,204,154). Sum of RGB (Red+Green+Blue) = 224+204+154=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CC9A is #1F3365. Grayscale: #CCCCCC. Windows color (decimal): -2044774 or 10144992. OLE color: 10144992.
HSL color Cylindrical-coordinate representation of color #E0CC9A: hue angle of 42.86º 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 #E0CC9A is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 154 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.12 |
| HSL | 42.86º | 0.53% | 0.74% | - |
| HSV(B) | 42.86º | 0.31% | 0.88% | - |
| XYZ | 58.17 | 61.37 | 39.35 | - |
| YUV | 204.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 154 | 0 | 0.09 | 0.31 | 0.12 | 42.86 | 0.53 | 0.74 |
| Hex | E0 | CC | 9A | 0 | 9 | 1F | C | 2B | 35 | 4A |
| Octal | 340 | 314 | 232 | 0 | 11 | 37 | 14 | 53 | 65 | 112 |
| Binary | 11100000 | 11001100 | 10011010 | 0 | 1001 | 11111 | 1100 | 101011 | 110101 | 1001010 |
Color Harmonies of #E0CC9A
Complementary color
Monochromatic Colors of #E0CC9A
Black with #E0CC9A
Text Example
Text Example
White with #E0CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CC9A; }
p { color: rgb(224,204,154); }
H1.HeaderClassName
{
color: #E0CC9A;
}
.AnyTagClassName
{
color: #E0CC9A;
}
</style>
background-color css
<style>
a { background-color: #E0CC9A; }
a { background-color: rgb(224,204,154); }
div.DivClassName
{
background-color: #E0CC9A;
}
.BgClassName
{
background-color: #E0CC9A;
}
</style>
border-color css
<style>
span { border-color: #E0CC9A; }
span { border-color: rgb(224,204,154); }
td.TdClassName
{
border-color: #E0CC9A;
}
.TagClassName
{
border-color: #E0CC9A;
}
</style>