Shades of Travertine #E6E1C4
Tints of Travertine #E6E1C4
RGB
CMYK
RGB Variations
Color information
#E6E1C4 (or 0xE6E1C4) is known color: Travertine. HEX triplet: E6, E1 and C4. RGB value is (230,225,196). Sum of RGB (Red+Green+Blue) = 230+225+196=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1C4 is #191E3B. Grayscale: #DFDFDF. Windows color (decimal): -1646140 or 12902886. OLE color: 12902886.
HSL color Cylindrical-coordinate representation of color #E6E1C4: hue angle of 51.18º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6E1C4 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 196 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.10 |
| HSL | 51.18º | 0.4% | 0.84% | - |
| HSV(B) | 51.18º | 0.15% | 0.9% | - |
| XYZ | 69.52 | 74.66 | 62.97 | - |
| YUV | 223.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 196 | 0 | 0.02 | 0.15 | 0.10 | 51.18 | 0.4 | 0.84 |
| Hex | E6 | E1 | C4 | 0 | 2 | F | A | 33 | 28 | 54 |
| Octal | 346 | 341 | 304 | 0 | 2 | 17 | 12 | 63 | 50 | 124 |
| Binary | 11100110 | 11100001 | 11000100 | 0 | 10 | 1111 | 1010 | 110011 | 101000 | 1010100 |
Color Harmonies of #E6E1C4
Complementary color
Monochromatic Colors of #E6E1C4
Black with #E6E1C4
Text Example
Text Example
White with #E6E1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1C4; }
p { color: rgb(230,225,196); }
H1.HeaderClassName
{
color: #E6E1C4;
}
.AnyTagClassName
{
color: #E6E1C4;
}
</style>
background-color css
<style>
a { background-color: #E6E1C4; }
a { background-color: rgb(230,225,196); }
div.DivClassName
{
background-color: #E6E1C4;
}
.BgClassName
{
background-color: #E6E1C4;
}
</style>
border-color css
<style>
span { border-color: #E6E1C4; }
span { border-color: rgb(230,225,196); }
td.TdClassName
{
border-color: #E6E1C4;
}
.TagClassName
{
border-color: #E6E1C4;
}
</style>