Html Css Color HEX #E0CD9A Double Colonial White
📋 copy color: '#E0CD9A'red 224 ◦ green 205 ◦ blue 154
Shades of Double Colonial White #E0CD9A
Tints of Double Colonial White #E0CD9A
RGB
CMYK
RGB Variations
Color information
#E0CD9A (or 0xE0CD9A) is known color: Double Colonial White. HEX triplet: E0, CD and 9A. RGB value is (224,205,154). Sum of RGB (Red+Green+Blue) = 224+205+154=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CD9A is #1F3265. Grayscale: #CDCDCD. Windows color (decimal): -2044518 or 10145248. OLE color: 10145248.
HSL color Cylindrical-coordinate representation of color #E0CD9A: hue angle of 43.71º 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 #E0CD9A is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 154 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.12 |
| HSL | 43.71º | 0.53% | 0.74% | - |
| HSV(B) | 43.71º | 0.31% | 0.88% | - |
| XYZ | 58.4 | 61.84 | 39.43 | - |
| YUV | 204.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 154 | 0 | 0.08 | 0.31 | 0.12 | 43.71 | 0.53 | 0.74 |
| Hex | E0 | CD | 9A | 0 | 8 | 1F | C | 2C | 35 | 4A |
| Octal | 340 | 315 | 232 | 0 | 10 | 37 | 14 | 54 | 65 | 112 |
| Binary | 11100000 | 11001101 | 10011010 | 0 | 1000 | 11111 | 1100 | 101100 | 110101 | 1001010 |
Color Harmonies of #E0CD9A
Complementary color
Monochromatic Colors of #E0CD9A
Black with #E0CD9A
Text Example
Text Example
White with #E0CD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CD9A; }
p { color: rgb(224,205,154); }
H1.HeaderClassName
{
color: #E0CD9A;
}
.AnyTagClassName
{
color: #E0CD9A;
}
</style>
background-color css
<style>
a { background-color: #E0CD9A; }
a { background-color: rgb(224,205,154); }
div.DivClassName
{
background-color: #E0CD9A;
}
.BgClassName
{
background-color: #E0CD9A;
}
</style>
border-color css
<style>
span { border-color: #E0CD9A; }
span { border-color: rgb(224,205,154); }
td.TdClassName
{
border-color: #E0CD9A;
}
.TagClassName
{
border-color: #E0CD9A;
}
</style>