Shades of Travertine #E7E2BF
Tints of Travertine #E7E2BF
RGB
CMYK
RGB Variations
Color information
#E7E2BF (or 0xE7E2BF) is known color: Travertine. HEX triplet: E7, E2 and BF. RGB value is (231,226,191). Sum of RGB (Red+Green+Blue) = 231+226+191=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2BF is #181D40. Grayscale: #DFDFDF. Windows color (decimal): -1580353 or 12575463. OLE color: 12575463.
HSL color Cylindrical-coordinate representation of color #E7E2BF: hue angle of 52.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7E2BF is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 191 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.09 |
| HSL | 52.5º | 0.45% | 0.83% | - |
| HSV(B) | 52.5º | 0.17% | 0.91% | - |
| XYZ | 69.56 | 75.14 | 60.13 | - |
| YUV | 223.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 191 | 0 | 0.02 | 0.17 | 0.09 | 52.5 | 0.45 | 0.83 |
| Hex | E7 | E2 | BF | 0 | 2 | 11 | 9 | 34 | 2D | 53 |
| Octal | 347 | 342 | 277 | 0 | 2 | 21 | 11 | 64 | 55 | 123 |
| Binary | 11100111 | 11100010 | 10111111 | 0 | 10 | 10001 | 1001 | 110100 | 101101 | 1010011 |
Color Harmonies of #E7E2BF
Complementary color
Monochromatic Colors of #E7E2BF
Black with #E7E2BF
Text Example
Text Example
White with #E7E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E2BF; }
p { color: rgb(231,226,191); }
H1.HeaderClassName
{
color: #E7E2BF;
}
.AnyTagClassName
{
color: #E7E2BF;
}
</style>
background-color css
<style>
a { background-color: #E7E2BF; }
a { background-color: rgb(231,226,191); }
div.DivClassName
{
background-color: #E7E2BF;
}
.BgClassName
{
background-color: #E7E2BF;
}
</style>
border-color css
<style>
span { border-color: #E7E2BF; }
span { border-color: rgb(231,226,191); }
td.TdClassName
{
border-color: #E7E2BF;
}
.TagClassName
{
border-color: #E7E2BF;
}
</style>