Shades of Travertine #E1DAC4
Tints of Travertine #E1DAC4
RGB
CMYK
RGB Variations
Color information
#E1DAC4 (or 0xE1DAC4) is known color: Travertine. HEX triplet: E1, DA and C4. RGB value is (225,218,196). Sum of RGB (Red+Green+Blue) = 225+218+196=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DAC4 is #1E253B. Grayscale: #D9D9D9. Windows color (decimal): -1975612 or 12901089. OLE color: 12901089.
HSL color Cylindrical-coordinate representation of color #E1DAC4: hue angle of 45.52º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1DAC4 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 196 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.12 |
| HSL | 45.52º | 0.33% | 0.83% | - |
| HSV(B) | 45.52º | 0.13% | 0.88% | - |
| XYZ | 66.09 | 70.14 | 62.28 | - |
| YUV | 217.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 196 | 0 | 0.03 | 0.13 | 0.12 | 45.52 | 0.33 | 0.83 |
| Hex | E1 | DA | C4 | 0 | 3 | D | C | 2E | 21 | 53 |
| Octal | 341 | 332 | 304 | 0 | 3 | 15 | 14 | 56 | 41 | 123 |
| Binary | 11100001 | 11011010 | 11000100 | 0 | 11 | 1101 | 1100 | 101110 | 100001 | 1010011 |
Color Harmonies of #E1DAC4
Complementary color
Monochromatic Colors of #E1DAC4
Black with #E1DAC4
Text Example
Text Example
White with #E1DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DAC4; }
p { color: rgb(225,218,196); }
H1.HeaderClassName
{
color: #E1DAC4;
}
.AnyTagClassName
{
color: #E1DAC4;
}
</style>
background-color css
<style>
a { background-color: #E1DAC4; }
a { background-color: rgb(225,218,196); }
div.DivClassName
{
background-color: #E1DAC4;
}
.BgClassName
{
background-color: #E1DAC4;
}
</style>
border-color css
<style>
span { border-color: #E1DAC4; }
span { border-color: rgb(225,218,196); }
td.TdClassName
{
border-color: #E1DAC4;
}
.TagClassName
{
border-color: #E1DAC4;
}
</style>