Shades of Travertine #E4DCC5
Tints of Travertine #E4DCC5
RGB
CMYK
RGB Variations
Color information
#E4DCC5 (or 0xE4DCC5) is known color: Travertine. HEX triplet: E4, DC and C5. RGB value is (228,220,197). Sum of RGB (Red+Green+Blue) = 228+220+197=645 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.35% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DCC5 is #1B233A. Grayscale: #DBDBDB. Windows color (decimal): -1778491 or 12967140. OLE color: 12967140.
HSL color Cylindrical-coordinate representation of color #E4DCC5: hue angle of 44.52º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4DCC5 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 220 | 197 | - |
CMYK | 0 | 0.04 | 0.14 | 0.11 |
HSL | 44.52º | 0.36% | 0.83% | - |
HSV(B) | 44.52º | 0.14% | 0.89% | - |
XYZ | 67.67 | 71.71 | 63.1 | - |
YUV | 219.77 | 115.15 | 133.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 220 | 197 | 0 | 0.04 | 0.14 | 0.11 | 44.52 | 0.36 | 0.83 |
Hex | E4 | DC | C5 | 0 | 4 | E | B | 2D | 24 | 53 |
Octal | 344 | 334 | 305 | 0 | 4 | 16 | 13 | 55 | 44 | 123 |
Binary | 11100100 | 11011100 | 11000101 | 0 | 100 | 1110 | 1011 | 101101 | 100100 | 1010011 |
Color Harmonies of #E4DCC5
Complementary color
Monochromatic Colors of #E4DCC5
Black with #E4DCC5
Text Example
Text Example
White with #E4DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCC5; }
p { color: rgb(228,220,197); }
H1.HeaderClassName
{
color: #E4DCC5;
}
.AnyTagClassName
{
color: #E4DCC5;
}
</style>
background-color css
<style>
a { background-color: #E4DCC5; }
a { background-color: rgb(228,220,197); }
div.DivClassName
{
background-color: #E4DCC5;
}
.BgClassName
{
background-color: #E4DCC5;
}
</style>
border-color css
<style>
span { border-color: #E4DCC5; }
span { border-color: rgb(228,220,197); }
td.TdClassName
{
border-color: #E4DCC5;
}
.TagClassName
{
border-color: #E4DCC5;
}
</style>