Shades of Travertine #E4E0CE
Tints of Travertine #E4E0CE
RGB
CMYK
RGB Variations
Color information
#E4E0CE (or 0xE4E0CE) is known color: Travertine. HEX triplet: E4, E0 and CE. RGB value is (228,224,206). Sum of RGB (Red+Green+Blue) = 228+224+206=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E0CE is #1B1F31. Grayscale: #DFDFDF. Windows color (decimal): -1777458 or 13557988. OLE color: 13557988.
HSL color Cylindrical-coordinate representation of color #E4E0CE: hue angle of 49.09º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4E0CE is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 224 | 206 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.11 |
| HSL | 49.09º | 0.29% | 0.85% | - |
| HSV(B) | 49.09º | 0.1% | 0.89% | - |
| XYZ | 69.79 | 74.26 | 69.05 | - |
| YUV | 223.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 224 | 206 | 0 | 0.02 | 0.10 | 0.11 | 49.09 | 0.29 | 0.85 |
| Hex | E4 | E0 | CE | 0 | 2 | A | B | 31 | 1D | 55 |
| Octal | 344 | 340 | 316 | 0 | 2 | 12 | 13 | 61 | 35 | 125 |
| Binary | 11100100 | 11100000 | 11001110 | 0 | 10 | 1010 | 1011 | 110001 | 11101 | 1010101 |
Color Harmonies of #E4E0CE
Complementary color
Monochromatic Colors of #E4E0CE
Black with #E4E0CE
Text Example
Text Example
White with #E4E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E0CE; }
p { color: rgb(228,224,206); }
H1.HeaderClassName
{
color: #E4E0CE;
}
.AnyTagClassName
{
color: #E4E0CE;
}
</style>
background-color css
<style>
a { background-color: #E4E0CE; }
a { background-color: rgb(228,224,206); }
div.DivClassName
{
background-color: #E4E0CE;
}
.BgClassName
{
background-color: #E4E0CE;
}
</style>
border-color css
<style>
span { border-color: #E4E0CE; }
span { border-color: rgb(228,224,206); }
td.TdClassName
{
border-color: #E4E0CE;
}
.TagClassName
{
border-color: #E4E0CE;
}
</style>