Shades of Bone #E0C5AE
Tints of Bone #E0C5AE
RGB
CMYK
RGB Variations
Color information
#E0C5AE (or 0xE0C5AE) is known color: Bone. HEX triplet: E0, C5 and AE. RGB value is (224,197,174). Sum of RGB (Red+Green+Blue) = 224+197+174=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C5AE is #1F3A51. Grayscale: #CACACA. Windows color (decimal): -2046546 or 11453920. OLE color: 11453920.
HSL color Cylindrical-coordinate representation of color #E0C5AE: hue angle of 27.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0C5AE is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 174 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.12 |
| HSL | 27.6º | 0.45% | 0.78% | - |
| HSV(B) | 27.6º | 0.22% | 0.88% | - |
| XYZ | 58.35 | 58.84 | 48.33 | - |
| YUV | 202.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 174 | 0 | 0.12 | 0.22 | 0.12 | 27.6 | 0.45 | 0.78 |
| Hex | E0 | C5 | AE | 0 | C | 16 | C | 1C | 2D | 4E |
| Octal | 340 | 305 | 256 | 0 | 14 | 26 | 14 | 34 | 55 | 116 |
| Binary | 11100000 | 11000101 | 10101110 | 0 | 1100 | 10110 | 1100 | 11100 | 101101 | 1001110 |
Color Harmonies of #E0C5AE
Complementary color
Monochromatic Colors of #E0C5AE
Black with #E0C5AE
Text Example
Text Example
White with #E0C5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C5AE; }
p { color: rgb(224,197,174); }
H1.HeaderClassName
{
color: #E0C5AE;
}
.AnyTagClassName
{
color: #E0C5AE;
}
</style>
background-color css
<style>
a { background-color: #E0C5AE; }
a { background-color: rgb(224,197,174); }
div.DivClassName
{
background-color: #E0C5AE;
}
.BgClassName
{
background-color: #E0C5AE;
}
</style>
border-color css
<style>
span { border-color: #E0C5AE; }
span { border-color: rgb(224,197,174); }
td.TdClassName
{
border-color: #E0C5AE;
}
.TagClassName
{
border-color: #E0C5AE;
}
</style>