Shades of Bone #E0C5AB
Tints of Bone #E0C5AB
RGB
CMYK
RGB Variations
Color information
#E0C5AB (or 0xE0C5AB) is known color: Bone. HEX triplet: E0, C5 and AB. RGB value is (224,197,171). Sum of RGB (Red+Green+Blue) = 224+197+171=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C5AB is #1F3A54. Grayscale: #CACACA. Windows color (decimal): -2046549 or 11257312. OLE color: 11257312.
HSL color Cylindrical-coordinate representation of color #E0C5AB: hue angle of 29.43º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0C5AB is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 171 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.12 |
| HSL | 29.43º | 0.46% | 0.77% | - |
| HSV(B) | 29.43º | 0.24% | 0.88% | - |
| XYZ | 58.06 | 58.72 | 46.8 | - |
| YUV | 202.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 171 | 0 | 0.12 | 0.24 | 0.12 | 29.43 | 0.46 | 0.77 |
| Hex | E0 | C5 | AB | 0 | C | 18 | C | 1D | 2E | 4D |
| Octal | 340 | 305 | 253 | 0 | 14 | 30 | 14 | 35 | 56 | 115 |
| Binary | 11100000 | 11000101 | 10101011 | 0 | 1100 | 11000 | 1100 | 11101 | 101110 | 1001101 |
Color Harmonies of #E0C5AB
Complementary color
Monochromatic Colors of #E0C5AB
Black with #E0C5AB
Text Example
Text Example
White with #E0C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C5AB; }
p { color: rgb(224,197,171); }
H1.HeaderClassName
{
color: #E0C5AB;
}
.AnyTagClassName
{
color: #E0C5AB;
}
</style>
background-color css
<style>
a { background-color: #E0C5AB; }
a { background-color: rgb(224,197,171); }
div.DivClassName
{
background-color: #E0C5AB;
}
.BgClassName
{
background-color: #E0C5AB;
}
</style>
border-color css
<style>
span { border-color: #E0C5AB; }
span { border-color: rgb(224,197,171); }
td.TdClassName
{
border-color: #E0C5AB;
}
.TagClassName
{
border-color: #E0C5AB;
}
</style>