Shades of Travertine #E7E1C5
Tints of Travertine #E7E1C5
RGB
CMYK
RGB Variations
Color information
#E7E1C5 (or 0xE7E1C5) is known color: Travertine. HEX triplet: E7, E1 and C5. RGB value is (231,225,197). Sum of RGB (Red+Green+Blue) = 231+225+197=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E1C5 is #181E3A. Grayscale: #DFDFDF. Windows color (decimal): -1580603 or 12968423. OLE color: 12968423.
HSL color Cylindrical-coordinate representation of color #E7E1C5: hue angle of 49.41º 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 #E7E1C5 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 197 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.09 |
| HSL | 49.41º | 0.41% | 0.84% | - |
| HSV(B) | 49.41º | 0.15% | 0.91% | - |
| XYZ | 69.96 | 74.87 | 63.59 | - |
| YUV | 223.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 197 | 0 | 0.03 | 0.15 | 0.09 | 49.41 | 0.41 | 0.84 |
| Hex | E7 | E1 | C5 | 0 | 3 | F | 9 | 31 | 29 | 54 |
| Octal | 347 | 341 | 305 | 0 | 3 | 17 | 11 | 61 | 51 | 124 |
| Binary | 11100111 | 11100001 | 11000101 | 0 | 11 | 1111 | 1001 | 110001 | 101001 | 1010100 |
Color Harmonies of #E7E1C5
Complementary color
Monochromatic Colors of #E7E1C5
Black with #E7E1C5
Text Example
Text Example
White with #E7E1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1C5; }
p { color: rgb(231,225,197); }
H1.HeaderClassName
{
color: #E7E1C5;
}
.AnyTagClassName
{
color: #E7E1C5;
}
</style>
background-color css
<style>
a { background-color: #E7E1C5; }
a { background-color: rgb(231,225,197); }
div.DivClassName
{
background-color: #E7E1C5;
}
.BgClassName
{
background-color: #E7E1C5;
}
</style>
border-color css
<style>
span { border-color: #E7E1C5; }
span { border-color: rgb(231,225,197); }
td.TdClassName
{
border-color: #E7E1C5;
}
.TagClassName
{
border-color: #E7E1C5;
}
</style>