Html Css Color HEX #E0D19B Double Colonial White
📋 copy color: '#E0D19B'red 224 ◦ green 209 ◦ blue 155
Shades of Double Colonial White #E0D19B
Tints of Double Colonial White #E0D19B
RGB
CMYK
RGB Variations
Color information
#E0D19B (or 0xE0D19B) is known color: Double Colonial White. HEX triplet: E0, D1 and 9B. RGB value is (224,209,155). Sum of RGB (Red+Green+Blue) = 224+209+155=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D19B is #1F2E64. Grayscale: #CFCFCF. Windows color (decimal): -2043493 or 10211808. OLE color: 10211808.
HSL color Cylindrical-coordinate representation of color #E0D19B: hue angle of 46.96º 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 #E0D19B is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 209 | 155 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.12 |
| HSL | 46.96º | 0.53% | 0.74% | - |
| HSV(B) | 46.96º | 0.31% | 0.88% | - |
| XYZ | 59.46 | 63.81 | 40.19 | - |
| YUV | 207.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 209 | 155 | 0 | 0.07 | 0.31 | 0.12 | 46.96 | 0.53 | 0.74 |
| Hex | E0 | D1 | 9B | 0 | 7 | 1F | C | 2F | 35 | 4A |
| Octal | 340 | 321 | 233 | 0 | 7 | 37 | 14 | 57 | 65 | 112 |
| Binary | 11100000 | 11010001 | 10011011 | 0 | 111 | 11111 | 1100 | 101111 | 110101 | 1001010 |
Color Harmonies of #E0D19B
Complementary color
Monochromatic Colors of #E0D19B
Black with #E0D19B
Text Example
Text Example
White with #E0D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D19B; }
p { color: rgb(224,209,155); }
H1.HeaderClassName
{
color: #E0D19B;
}
.AnyTagClassName
{
color: #E0D19B;
}
</style>
background-color css
<style>
a { background-color: #E0D19B; }
a { background-color: rgb(224,209,155); }
div.DivClassName
{
background-color: #E0D19B;
}
.BgClassName
{
background-color: #E0D19B;
}
</style>
border-color css
<style>
span { border-color: #E0D19B; }
span { border-color: rgb(224,209,155); }
td.TdClassName
{
border-color: #E0D19B;
}
.TagClassName
{
border-color: #E0D19B;
}
</style>