Shades of Travertine #E4E0CD
Tints of Travertine #E4E0CD
RGB
CMYK
RGB Variations
Color information
#E4E0CD (or 0xE4E0CD) is known color: Travertine. HEX triplet: E4, E0 and CD. RGB value is (228,224,205). Sum of RGB (Red+Green+Blue) = 228+224+205=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E0CD is #1B1F32. Grayscale: #DFDFDF. Windows color (decimal): -1777459 or 13492452. OLE color: 13492452.
HSL color Cylindrical-coordinate representation of color #E4E0CD: hue angle of 49.57º degrees, saturation: 0.3, 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 #E4E0CD is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 224 | 205 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.11 |
| HSL | 49.57º | 0.3% | 0.85% | - |
| HSV(B) | 49.57º | 0.1% | 0.89% | - |
| XYZ | 69.67 | 74.21 | 68.41 | - |
| YUV | 223.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 224 | 205 | 0 | 0.02 | 0.10 | 0.11 | 49.57 | 0.3 | 0.85 |
| Hex | E4 | E0 | CD | 0 | 2 | A | B | 32 | 1E | 55 |
| Octal | 344 | 340 | 315 | 0 | 2 | 12 | 13 | 62 | 36 | 125 |
| Binary | 11100100 | 11100000 | 11001101 | 0 | 10 | 1010 | 1011 | 110010 | 11110 | 1010101 |
Color Harmonies of #E4E0CD
Complementary color
Monochromatic Colors of #E4E0CD
Black with #E4E0CD
Text Example
Text Example
White with #E4E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E0CD; }
p { color: rgb(228,224,205); }
H1.HeaderClassName
{
color: #E4E0CD;
}
.AnyTagClassName
{
color: #E4E0CD;
}
</style>
background-color css
<style>
a { background-color: #E4E0CD; }
a { background-color: rgb(228,224,205); }
div.DivClassName
{
background-color: #E4E0CD;
}
.BgClassName
{
background-color: #E4E0CD;
}
</style>
border-color css
<style>
span { border-color: #E4E0CD; }
span { border-color: rgb(228,224,205); }
td.TdClassName
{
border-color: #E4E0CD;
}
.TagClassName
{
border-color: #E4E0CD;
}
</style>