Shades of Travertine #E5E0C7
Tints of Travertine #E5E0C7
RGB
CMYK
RGB Variations
Color information
#E5E0C7 (or 0xE5E0C7) is known color: Travertine. HEX triplet: E5, E0 and C7. RGB value is (229,224,199). Sum of RGB (Red+Green+Blue) = 229+224+199=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0C7 is #1A1F38. Grayscale: #DEDEDE. Windows color (decimal): -1711929 or 13099237. OLE color: 13099237.
HSL color Cylindrical-coordinate representation of color #E5E0C7: hue angle of 50º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5E0C7 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 199 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.10 |
| HSL | 50º | 0.37% | 0.84% | - |
| HSV(B) | 50º | 0.13% | 0.9% | - |
| XYZ | 69.28 | 74.09 | 64.68 | - |
| YUV | 222.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 199 | 0 | 0.02 | 0.13 | 0.10 | 50 | 0.37 | 0.84 |
| Hex | E5 | E0 | C7 | 0 | 2 | D | A | 32 | 25 | 54 |
| Octal | 345 | 340 | 307 | 0 | 2 | 15 | 12 | 62 | 45 | 124 |
| Binary | 11100101 | 11100000 | 11000111 | 0 | 10 | 1101 | 1010 | 110010 | 100101 | 1010100 |
Color Harmonies of #E5E0C7
Complementary color
Monochromatic Colors of #E5E0C7
Black with #E5E0C7
Text Example
Text Example
White with #E5E0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E0C7; }
p { color: rgb(229,224,199); }
H1.HeaderClassName
{
color: #E5E0C7;
}
.AnyTagClassName
{
color: #E5E0C7;
}
</style>
background-color css
<style>
a { background-color: #E5E0C7; }
a { background-color: rgb(229,224,199); }
div.DivClassName
{
background-color: #E5E0C7;
}
.BgClassName
{
background-color: #E5E0C7;
}
</style>
border-color css
<style>
span { border-color: #E5E0C7; }
span { border-color: rgb(229,224,199); }
td.TdClassName
{
border-color: #E5E0C7;
}
.TagClassName
{
border-color: #E5E0C7;
}
</style>