Shades of Travertine #E5E1C9
Tints of Travertine #E5E1C9
RGB
CMYK
RGB Variations
Color information
#E5E1C9 (or 0xE5E1C9) is known color: Travertine. HEX triplet: E5, E1 and C9. RGB value is (229,225,201). Sum of RGB (Red+Green+Blue) = 229+225+201=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1C9 is #1A1E36. Grayscale: #DFDFDF. Windows color (decimal): -1711671 or 13230565. OLE color: 13230565.
HSL color Cylindrical-coordinate representation of color #E5E1C9: hue angle of 51.43º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5E1C9 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 201 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.10 |
| HSL | 51.43º | 0.35% | 0.84% | - |
| HSV(B) | 51.43º | 0.12% | 0.9% | - |
| XYZ | 69.78 | 74.73 | 66 | - |
| YUV | 223.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 201 | 0 | 0.02 | 0.12 | 0.10 | 51.43 | 0.35 | 0.84 |
| Hex | E5 | E1 | C9 | 0 | 2 | C | A | 33 | 23 | 54 |
| Octal | 345 | 341 | 311 | 0 | 2 | 14 | 12 | 63 | 43 | 124 |
| Binary | 11100101 | 11100001 | 11001001 | 0 | 10 | 1100 | 1010 | 110011 | 100011 | 1010100 |
Color Harmonies of #E5E1C9
Complementary color
Monochromatic Colors of #E5E1C9
Black with #E5E1C9
Text Example
Text Example
White with #E5E1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1C9; }
p { color: rgb(229,225,201); }
H1.HeaderClassName
{
color: #E5E1C9;
}
.AnyTagClassName
{
color: #E5E1C9;
}
</style>
background-color css
<style>
a { background-color: #E5E1C9; }
a { background-color: rgb(229,225,201); }
div.DivClassName
{
background-color: #E5E1C9;
}
.BgClassName
{
background-color: #E5E1C9;
}
</style>
border-color css
<style>
span { border-color: #E5E1C9; }
span { border-color: rgb(229,225,201); }
td.TdClassName
{
border-color: #E5E1C9;
}
.TagClassName
{
border-color: #E5E1C9;
}
</style>