Shades of Travertine #E5E1CB
Tints of Travertine #E5E1CB
RGB
CMYK
RGB Variations
Color information
#E5E1CB (or 0xE5E1CB) is known color: Travertine. HEX triplet: E5, E1 and CB. RGB value is (229,225,203). Sum of RGB (Red+Green+Blue) = 229+225+203=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1CB is #1A1E34. Grayscale: #DFDFDF. Windows color (decimal): -1711669 or 13361637. OLE color: 13361637.
HSL color Cylindrical-coordinate representation of color #E5E1CB: hue angle of 50.77º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5E1CB is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 225 | 203 | - |
CMYK | 0 | 0.02 | 0.11 | 0.10 |
HSL | 50.77º | 0.33% | 0.85% | - |
HSV(B) | 50.77º | 0.11% | 0.9% | - |
XYZ | 70.02 | 74.82 | 67.25 | - |
YUV | 223.69 | 116.33 | 131.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 225 | 203 | 0 | 0.02 | 0.11 | 0.10 | 50.77 | 0.33 | 0.85 |
Hex | E5 | E1 | CB | 0 | 2 | B | A | 33 | 21 | 55 |
Octal | 345 | 341 | 313 | 0 | 2 | 13 | 12 | 63 | 41 | 125 |
Binary | 11100101 | 11100001 | 11001011 | 0 | 10 | 1011 | 1010 | 110011 | 100001 | 1010101 |
Color Harmonies of #E5E1CB
Complementary color
Monochromatic Colors of #E5E1CB
Black with #E5E1CB
Text Example
Text Example
White with #E5E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1CB; }
p { color: rgb(229,225,203); }
H1.HeaderClassName
{
color: #E5E1CB;
}
.AnyTagClassName
{
color: #E5E1CB;
}
</style>
background-color css
<style>
a { background-color: #E5E1CB; }
a { background-color: rgb(229,225,203); }
div.DivClassName
{
background-color: #E5E1CB;
}
.BgClassName
{
background-color: #E5E1CB;
}
</style>
border-color css
<style>
span { border-color: #E5E1CB; }
span { border-color: rgb(229,225,203); }
td.TdClassName
{
border-color: #E5E1CB;
}
.TagClassName
{
border-color: #E5E1CB;
}
</style>