Shades of Travertine #E5E0CB
Tints of Travertine #E5E0CB
RGB
CMYK
RGB Variations
Color information
#E5E0CB (or 0xE5E0CB) is known color: Travertine. HEX triplet: E5, E0 and CB. RGB value is (229,224,203). Sum of RGB (Red+Green+Blue) = 229+224+203=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0CB is #1A1F34. Grayscale: #DFDFDF. Windows color (decimal): -1711925 or 13361381. OLE color: 13361381.
HSL color Cylindrical-coordinate representation of color #E5E0CB: hue angle of 48.46º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5E0CB is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 203 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.10 |
| HSL | 48.46º | 0.33% | 0.85% | - |
| HSV(B) | 48.46º | 0.11% | 0.9% | - |
| XYZ | 69.75 | 74.28 | 67.16 | - |
| YUV | 223.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 203 | 0 | 0.02 | 0.11 | 0.10 | 48.46 | 0.33 | 0.85 |
| Hex | E5 | E0 | CB | 0 | 2 | B | A | 30 | 21 | 55 |
| Octal | 345 | 340 | 313 | 0 | 2 | 13 | 12 | 60 | 41 | 125 |
| Binary | 11100101 | 11100000 | 11001011 | 0 | 10 | 1011 | 1010 | 110000 | 100001 | 1010101 |
Color Harmonies of #E5E0CB
Complementary color
Monochromatic Colors of #E5E0CB
Black with #E5E0CB
Text Example
Text Example
White with #E5E0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E0CB; }
p { color: rgb(229,224,203); }
H1.HeaderClassName
{
color: #E5E0CB;
}
.AnyTagClassName
{
color: #E5E0CB;
}
</style>
background-color css
<style>
a { background-color: #E5E0CB; }
a { background-color: rgb(229,224,203); }
div.DivClassName
{
background-color: #E5E0CB;
}
.BgClassName
{
background-color: #E5E0CB;
}
</style>
border-color css
<style>
span { border-color: #E5E0CB; }
span { border-color: rgb(229,224,203); }
td.TdClassName
{
border-color: #E5E0CB;
}
.TagClassName
{
border-color: #E5E0CB;
}
</style>