Html Css Color HEX #E0D09B Double Colonial White
📋 copy color: '#E0D09B'red 224 ◦ green 208 ◦ blue 155
Shades of Double Colonial White #E0D09B
Tints of Double Colonial White #E0D09B
RGB
CMYK
RGB Variations
Color information
#E0D09B (or 0xE0D09B) is known color: Double Colonial White. HEX triplet: E0, D0 and 9B. RGB value is (224,208,155). Sum of RGB (Red+Green+Blue) = 224+208+155=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D09B is #1F2F64. Grayscale: #CECECE. Windows color (decimal): -2043749 or 10211552. OLE color: 10211552.
HSL color Cylindrical-coordinate representation of color #E0D09B: hue angle of 46.09º 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 #E0D09B is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 155 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.12 |
| HSL | 46.09º | 0.53% | 0.74% | - |
| HSV(B) | 46.09º | 0.31% | 0.88% | - |
| XYZ | 59.21 | 63.33 | 40.11 | - |
| YUV | 206.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 155 | 0 | 0.07 | 0.31 | 0.12 | 46.09 | 0.53 | 0.74 |
| Hex | E0 | D0 | 9B | 0 | 7 | 1F | C | 2E | 35 | 4A |
| Octal | 340 | 320 | 233 | 0 | 7 | 37 | 14 | 56 | 65 | 112 |
| Binary | 11100000 | 11010000 | 10011011 | 0 | 111 | 11111 | 1100 | 101110 | 110101 | 1001010 |
Color Harmonies of #E0D09B
Complementary color
Monochromatic Colors of #E0D09B
Black with #E0D09B
Text Example
Text Example
White with #E0D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D09B; }
p { color: rgb(224,208,155); }
H1.HeaderClassName
{
color: #E0D09B;
}
.AnyTagClassName
{
color: #E0D09B;
}
</style>
background-color css
<style>
a { background-color: #E0D09B; }
a { background-color: rgb(224,208,155); }
div.DivClassName
{
background-color: #E0D09B;
}
.BgClassName
{
background-color: #E0D09B;
}
</style>
border-color css
<style>
span { border-color: #E0D09B; }
span { border-color: rgb(224,208,155); }
td.TdClassName
{
border-color: #E0D09B;
}
.TagClassName
{
border-color: #E0D09B;
}
</style>