Shades of Travertine #E0DBCA
Tints of Travertine #E0DBCA
RGB
CMYK
RGB Variations
Color information
#E0DBCA (or 0xE0DBCA) is known color: Travertine. HEX triplet: E0, DB and CA. RGB value is (224,219,202). Sum of RGB (Red+Green+Blue) = 224+219+202=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBCA is #1F2435. Grayscale: #DADADA. Windows color (decimal): -2040886 or 13294560. OLE color: 13294560.
HSL color Cylindrical-coordinate representation of color #E0DBCA: hue angle of 46.36º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0DBCA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 202 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.12 |
| HSL | 46.36º | 0.26% | 0.84% | - |
| HSV(B) | 46.36º | 0.1% | 0.88% | - |
| XYZ | 66.73 | 70.77 | 66.02 | - |
| YUV | 218.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 202 | 0 | 0.02 | 0.10 | 0.12 | 46.36 | 0.26 | 0.84 |
| Hex | E0 | DB | CA | 0 | 2 | A | C | 2E | 1A | 54 |
| Octal | 340 | 333 | 312 | 0 | 2 | 12 | 14 | 56 | 32 | 124 |
| Binary | 11100000 | 11011011 | 11001010 | 0 | 10 | 1010 | 1100 | 101110 | 11010 | 1010100 |
Color Harmonies of #E0DBCA
Complementary color
Monochromatic Colors of #E0DBCA
Black with #E0DBCA
Text Example
Text Example
White with #E0DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBCA; }
p { color: rgb(224,219,202); }
H1.HeaderClassName
{
color: #E0DBCA;
}
.AnyTagClassName
{
color: #E0DBCA;
}
</style>
background-color css
<style>
a { background-color: #E0DBCA; }
a { background-color: rgb(224,219,202); }
div.DivClassName
{
background-color: #E0DBCA;
}
.BgClassName
{
background-color: #E0DBCA;
}
</style>
border-color css
<style>
span { border-color: #E0DBCA; }
span { border-color: rgb(224,219,202); }
td.TdClassName
{
border-color: #E0DBCA;
}
.TagClassName
{
border-color: #E0DBCA;
}
</style>