Shades of Travertine #E0DBC5
Tints of Travertine #E0DBC5
RGB
CMYK
RGB Variations
Color information
#E0DBC5 (or 0xE0DBC5) is known color: Travertine. HEX triplet: E0, DB and C5. RGB value is (224,219,197). Sum of RGB (Red+Green+Blue) = 224+219+197=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBC5 is #1F243A. Grayscale: #DADADA. Windows color (decimal): -2040891 or 12966880. OLE color: 12966880.
HSL color Cylindrical-coordinate representation of color #E0DBC5: hue angle of 48.89º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0DBC5 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 197 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.12 |
| HSL | 48.89º | 0.3% | 0.83% | - |
| HSV(B) | 48.89º | 0.12% | 0.88% | - |
| XYZ | 66.15 | 70.54 | 62.95 | - |
| YUV | 217.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 197 | 0 | 0.02 | 0.12 | 0.12 | 48.89 | 0.3 | 0.83 |
| Hex | E0 | DB | C5 | 0 | 2 | C | C | 31 | 1E | 53 |
| Octal | 340 | 333 | 305 | 0 | 2 | 14 | 14 | 61 | 36 | 123 |
| Binary | 11100000 | 11011011 | 11000101 | 0 | 10 | 1100 | 1100 | 110001 | 11110 | 1010011 |
Color Harmonies of #E0DBC5
Complementary color
Monochromatic Colors of #E0DBC5
Black with #E0DBC5
Text Example
Text Example
White with #E0DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBC5; }
p { color: rgb(224,219,197); }
H1.HeaderClassName
{
color: #E0DBC5;
}
.AnyTagClassName
{
color: #E0DBC5;
}
</style>
background-color css
<style>
a { background-color: #E0DBC5; }
a { background-color: rgb(224,219,197); }
div.DivClassName
{
background-color: #E0DBC5;
}
.BgClassName
{
background-color: #E0DBC5;
}
</style>
border-color css
<style>
span { border-color: #E0DBC5; }
span { border-color: rgb(224,219,197); }
td.TdClassName
{
border-color: #E0DBC5;
}
.TagClassName
{
border-color: #E0DBC5;
}
</style>