Shades of Travertine #E7E0C5
Tints of Travertine #E7E0C5
RGB
CMYK
RGB Variations
Color information
#E7E0C5 (or 0xE7E0C5) is known color: Travertine. HEX triplet: E7, E0 and C5. RGB value is (231,224,197). Sum of RGB (Red+Green+Blue) = 231+224+197=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E0C5 is #181F3A. Grayscale: #DFDFDF. Windows color (decimal): -1580859 or 12968167. OLE color: 12968167.
HSL color Cylindrical-coordinate representation of color #E7E0C5: hue angle of 47.65º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7E0C5 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 197 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.09 |
| HSL | 47.65º | 0.41% | 0.84% | - |
| HSV(B) | 47.65º | 0.15% | 0.91% | - |
| XYZ | 69.69 | 74.33 | 63.5 | - |
| YUV | 223.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 197 | 0 | 0.03 | 0.15 | 0.09 | 47.65 | 0.41 | 0.84 |
| Hex | E7 | E0 | C5 | 0 | 3 | F | 9 | 30 | 29 | 54 |
| Octal | 347 | 340 | 305 | 0 | 3 | 17 | 11 | 60 | 51 | 124 |
| Binary | 11100111 | 11100000 | 11000101 | 0 | 11 | 1111 | 1001 | 110000 | 101001 | 1010100 |
Color Harmonies of #E7E0C5
Complementary color
Monochromatic Colors of #E7E0C5
Black with #E7E0C5
Text Example
Text Example
White with #E7E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E0C5; }
p { color: rgb(231,224,197); }
H1.HeaderClassName
{
color: #E7E0C5;
}
.AnyTagClassName
{
color: #E7E0C5;
}
</style>
background-color css
<style>
a { background-color: #E7E0C5; }
a { background-color: rgb(231,224,197); }
div.DivClassName
{
background-color: #E7E0C5;
}
.BgClassName
{
background-color: #E7E0C5;
}
</style>
border-color css
<style>
span { border-color: #E7E0C5; }
span { border-color: rgb(231,224,197); }
td.TdClassName
{
border-color: #E7E0C5;
}
.TagClassName
{
border-color: #E7E0C5;
}
</style>