Shades of Travertine #E7E2C9
Tints of Travertine #E7E2C9
RGB
CMYK
RGB Variations
Color information
#E7E2C9 (or 0xE7E2C9) is known color: Travertine. HEX triplet: E7, E2 and C9. RGB value is (231,226,201). Sum of RGB (Red+Green+Blue) = 231+226+201=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 201 (78.91% from 255 or 30.55% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2C9 is #181D36. Grayscale: #E0E0E0. Windows color (decimal): -1580343 or 13230823. OLE color: 13230823.
HSL color Cylindrical-coordinate representation of color #E7E2C9: hue angle of 50º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7E2C9 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 201 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.09 |
| HSL | 50º | 0.38% | 0.85% | - |
| HSV(B) | 50º | 0.13% | 0.91% | - |
| XYZ | 70.69 | 75.6 | 66.12 | - |
| YUV | 224.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 201 | 0 | 0.02 | 0.13 | 0.09 | 50 | 0.38 | 0.85 |
| Hex | E7 | E2 | C9 | 0 | 2 | D | 9 | 32 | 26 | 55 |
| Octal | 347 | 342 | 311 | 0 | 2 | 15 | 11 | 62 | 46 | 125 |
| Binary | 11100111 | 11100010 | 11001001 | 0 | 10 | 1101 | 1001 | 110010 | 100110 | 1010101 |
Color Harmonies of #E7E2C9
Complementary color
Monochromatic Colors of #E7E2C9
Black with #E7E2C9
Text Example
Text Example
White with #E7E2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E2C9; }
p { color: rgb(231,226,201); }
H1.HeaderClassName
{
color: #E7E2C9;
}
.AnyTagClassName
{
color: #E7E2C9;
}
</style>
background-color css
<style>
a { background-color: #E7E2C9; }
a { background-color: rgb(231,226,201); }
div.DivClassName
{
background-color: #E7E2C9;
}
.BgClassName
{
background-color: #E7E2C9;
}
</style>
border-color css
<style>
span { border-color: #E7E2C9; }
span { border-color: rgb(231,226,201); }
td.TdClassName
{
border-color: #E7E2C9;
}
.TagClassName
{
border-color: #E7E2C9;
}
</style>