Shades of Travertine #E0DBC9
Tints of Travertine #E0DBC9
RGB
CMYK
RGB Variations
Color information
#E0DBC9 (or 0xE0DBC9) is known color: Travertine. HEX triplet: E0, DB and C9. RGB value is (224,219,201). Sum of RGB (Red+Green+Blue) = 224+219+201=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBC9 is #1F2436. Grayscale: #DADADA. Windows color (decimal): -2040887 or 13229024. OLE color: 13229024.
HSL color Cylindrical-coordinate representation of color #E0DBC9: hue angle of 46.96º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0DBC9 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 201 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.12 |
| HSL | 46.96º | 0.27% | 0.83% | - |
| HSV(B) | 46.96º | 0.1% | 0.88% | - |
| XYZ | 66.61 | 70.73 | 65.4 | - |
| YUV | 218.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 201 | 0 | 0.02 | 0.10 | 0.12 | 46.96 | 0.27 | 0.83 |
| Hex | E0 | DB | C9 | 0 | 2 | A | C | 2F | 1B | 53 |
| Octal | 340 | 333 | 311 | 0 | 2 | 12 | 14 | 57 | 33 | 123 |
| Binary | 11100000 | 11011011 | 11001001 | 0 | 10 | 1010 | 1100 | 101111 | 11011 | 1010011 |
Color Harmonies of #E0DBC9
Complementary color
Monochromatic Colors of #E0DBC9
Black with #E0DBC9
Text Example
Text Example
White with #E0DBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBC9; }
p { color: rgb(224,219,201); }
H1.HeaderClassName
{
color: #E0DBC9;
}
.AnyTagClassName
{
color: #E0DBC9;
}
</style>
background-color css
<style>
a { background-color: #E0DBC9; }
a { background-color: rgb(224,219,201); }
div.DivClassName
{
background-color: #E0DBC9;
}
.BgClassName
{
background-color: #E0DBC9;
}
</style>
border-color css
<style>
span { border-color: #E0DBC9; }
span { border-color: rgb(224,219,201); }
td.TdClassName
{
border-color: #E0DBC9;
}
.TagClassName
{
border-color: #E0DBC9;
}
</style>