Shades of Travertine #E4DECA
Tints of Travertine #E4DECA
RGB
CMYK
RGB Variations
Color information
#E4DECA (or 0xE4DECA) is known color: Travertine. HEX triplet: E4, DE and CA. RGB value is (228,222,202). Sum of RGB (Red+Green+Blue) = 228+222+202=652 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.97% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DECA is #1B2135. Grayscale: #DDDDDD. Windows color (decimal): -1777974 or 13295332. OLE color: 13295332.
HSL color Cylindrical-coordinate representation of color #E4DECA: hue angle of 46.15º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4DECA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 222 | 202 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.11 |
| HSL | 46.15º | 0.33% | 0.84% | - |
| HSV(B) | 46.15º | 0.11% | 0.89% | - |
| XYZ | 68.78 | 73 | 66.34 | - |
| YUV | 221.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 222 | 202 | 0 | 0.03 | 0.11 | 0.11 | 46.15 | 0.33 | 0.84 |
| Hex | E4 | DE | CA | 0 | 3 | B | B | 2E | 20 | 54 |
| Octal | 344 | 336 | 312 | 0 | 3 | 13 | 13 | 56 | 40 | 124 |
| Binary | 11100100 | 11011110 | 11001010 | 0 | 11 | 1011 | 1011 | 101110 | 100000 | 1010100 |
Color Harmonies of #E4DECA
Complementary color
Monochromatic Colors of #E4DECA
Black with #E4DECA
Text Example
Text Example
White with #E4DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DECA; }
p { color: rgb(228,222,202); }
H1.HeaderClassName
{
color: #E4DECA;
}
.AnyTagClassName
{
color: #E4DECA;
}
</style>
background-color css
<style>
a { background-color: #E4DECA; }
a { background-color: rgb(228,222,202); }
div.DivClassName
{
background-color: #E4DECA;
}
.BgClassName
{
background-color: #E4DECA;
}
</style>
border-color css
<style>
span { border-color: #E4DECA; }
span { border-color: rgb(228,222,202); }
td.TdClassName
{
border-color: #E4DECA;
}
.TagClassName
{
border-color: #E4DECA;
}
</style>