Shades of Travertine #E7E0C2
Tints of Travertine #E7E0C2
RGB
CMYK
RGB Variations
Color information
#E7E0C2 (or 0xE7E0C2) is known color: Travertine. HEX triplet: E7, E0 and C2. RGB value is (231,224,194). Sum of RGB (Red+Green+Blue) = 231+224+194=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E0C2 is #181F3D. Grayscale: #DEDEDE. Windows color (decimal): -1580862 or 12771559. OLE color: 12771559.
HSL color Cylindrical-coordinate representation of color #E7E0C2: hue angle of 48.65º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7E0C2 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 194 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.09 |
| HSL | 48.65º | 0.44% | 0.83% | - |
| HSV(B) | 48.65º | 0.16% | 0.91% | - |
| XYZ | 69.35 | 74.2 | 61.71 | - |
| YUV | 222.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 194 | 0 | 0.03 | 0.16 | 0.09 | 48.65 | 0.44 | 0.83 |
| Hex | E7 | E0 | C2 | 0 | 3 | 10 | 9 | 31 | 2C | 53 |
| Octal | 347 | 340 | 302 | 0 | 3 | 20 | 11 | 61 | 54 | 123 |
| Binary | 11100111 | 11100000 | 11000010 | 0 | 11 | 10000 | 1001 | 110001 | 101100 | 1010011 |
Color Harmonies of #E7E0C2
Complementary color
Monochromatic Colors of #E7E0C2
Black with #E7E0C2
Text Example
Text Example
White with #E7E0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E0C2; }
p { color: rgb(231,224,194); }
H1.HeaderClassName
{
color: #E7E0C2;
}
.AnyTagClassName
{
color: #E7E0C2;
}
</style>
background-color css
<style>
a { background-color: #E7E0C2; }
a { background-color: rgb(231,224,194); }
div.DivClassName
{
background-color: #E7E0C2;
}
.BgClassName
{
background-color: #E7E0C2;
}
</style>
border-color css
<style>
span { border-color: #E7E0C2; }
span { border-color: rgb(231,224,194); }
td.TdClassName
{
border-color: #E7E0C2;
}
.TagClassName
{
border-color: #E7E0C2;
}
</style>