Html Css Color HEX #E0D29A Double Colonial White
📋 copy color: '#E0D29A'red 224 ◦ green 210 ◦ blue 154
Shades of Double Colonial White #E0D29A
Tints of Double Colonial White #E0D29A
RGB
CMYK
RGB Variations
Color information
#E0D29A (or 0xE0D29A) is known color: Double Colonial White. HEX triplet: E0, D2 and 9A. RGB value is (224,210,154). Sum of RGB (Red+Green+Blue) = 224+210+154=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D29A is #1F2D65. Grayscale: #D0D0D0. Windows color (decimal): -2043238 or 10146528. OLE color: 10146528.
HSL color Cylindrical-coordinate representation of color #E0D29A: hue angle of 48º 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 #E0D29A is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 154 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.12 |
| HSL | 48º | 0.53% | 0.74% | - |
| HSV(B) | 48º | 0.31% | 0.88% | - |
| XYZ | 59.62 | 64.27 | 39.84 | - |
| YUV | 207.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 154 | 0 | 0.06 | 0.31 | 0.12 | 48 | 0.53 | 0.74 |
| Hex | E0 | D2 | 9A | 0 | 6 | 1F | C | 30 | 35 | 4A |
| Octal | 340 | 322 | 232 | 0 | 6 | 37 | 14 | 60 | 65 | 112 |
| Binary | 11100000 | 11010010 | 10011010 | 0 | 110 | 11111 | 1100 | 110000 | 110101 | 1001010 |
Color Harmonies of #E0D29A
Complementary color
Monochromatic Colors of #E0D29A
Black with #E0D29A
Text Example
Text Example
White with #E0D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D29A; }
p { color: rgb(224,210,154); }
H1.HeaderClassName
{
color: #E0D29A;
}
.AnyTagClassName
{
color: #E0D29A;
}
</style>
background-color css
<style>
a { background-color: #E0D29A; }
a { background-color: rgb(224,210,154); }
div.DivClassName
{
background-color: #E0D29A;
}
.BgClassName
{
background-color: #E0D29A;
}
</style>
border-color css
<style>
span { border-color: #E0D29A; }
span { border-color: rgb(224,210,154); }
td.TdClassName
{
border-color: #E0D29A;
}
.TagClassName
{
border-color: #E0D29A;
}
</style>