Shades of Travertine #E7E1C4
Tints of Travertine #E7E1C4
RGB
CMYK
RGB Variations
Color information
#E7E1C4 (or 0xE7E1C4) is known color: Travertine. HEX triplet: E7, E1 and C4. RGB value is (231,225,196). Sum of RGB (Red+Green+Blue) = 231+225+196=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E1C4 is #181E3B. Grayscale: #DFDFDF. Windows color (decimal): -1580604 or 12902887. OLE color: 12902887.
HSL color Cylindrical-coordinate representation of color #E7E1C4: hue angle of 49.71º degrees, saturation: 0.42, 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 #E7E1C4 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 196 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.09 |
| HSL | 49.71º | 0.42% | 0.84% | - |
| HSV(B) | 49.71º | 0.15% | 0.91% | - |
| XYZ | 69.84 | 74.82 | 62.99 | - |
| YUV | 223.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 196 | 0 | 0.03 | 0.15 | 0.09 | 49.71 | 0.42 | 0.84 |
| Hex | E7 | E1 | C4 | 0 | 3 | F | 9 | 32 | 2A | 54 |
| Octal | 347 | 341 | 304 | 0 | 3 | 17 | 11 | 62 | 52 | 124 |
| Binary | 11100111 | 11100001 | 11000100 | 0 | 11 | 1111 | 1001 | 110010 | 101010 | 1010100 |
Color Harmonies of #E7E1C4
Complementary color
Monochromatic Colors of #E7E1C4
Black with #E7E1C4
Text Example
Text Example
White with #E7E1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1C4; }
p { color: rgb(231,225,196); }
H1.HeaderClassName
{
color: #E7E1C4;
}
.AnyTagClassName
{
color: #E7E1C4;
}
</style>
background-color css
<style>
a { background-color: #E7E1C4; }
a { background-color: rgb(231,225,196); }
div.DivClassName
{
background-color: #E7E1C4;
}
.BgClassName
{
background-color: #E7E1C4;
}
</style>
border-color css
<style>
span { border-color: #E7E1C4; }
span { border-color: rgb(231,225,196); }
td.TdClassName
{
border-color: #E7E1C4;
}
.TagClassName
{
border-color: #E7E1C4;
}
</style>