Shades of Bone #E0C8AB
Tints of Bone #E0C8AB
RGB
CMYK
RGB Variations
Color information
#E0C8AB (or 0xE0C8AB) is known color: Bone. HEX triplet: E0, C8 and AB. RGB value is (224,200,171). Sum of RGB (Red+Green+Blue) = 224+200+171=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C8AB is #1F3754. Grayscale: #CCCCCC. Windows color (decimal): -2045781 or 11258080. OLE color: 11258080.
HSL color Cylindrical-coordinate representation of color #E0C8AB: hue angle of 32.83º 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 #E0C8AB is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 200 | 171 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.12 |
| HSL | 32.83º | 0.46% | 0.77% | - |
| HSV(B) | 32.83º | 0.24% | 0.88% | - |
| XYZ | 58.75 | 60.1 | 47.03 | - |
| YUV | 203.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 200 | 171 | 0 | 0.11 | 0.24 | 0.12 | 32.83 | 0.46 | 0.77 |
| Hex | E0 | C8 | AB | 0 | B | 18 | C | 21 | 2E | 4D |
| Octal | 340 | 310 | 253 | 0 | 13 | 30 | 14 | 41 | 56 | 115 |
| Binary | 11100000 | 11001000 | 10101011 | 0 | 1011 | 11000 | 1100 | 100001 | 101110 | 1001101 |
Color Harmonies of #E0C8AB
Complementary color
Monochromatic Colors of #E0C8AB
Black with #E0C8AB
Text Example
Text Example
White with #E0C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C8AB; }
p { color: rgb(224,200,171); }
H1.HeaderClassName
{
color: #E0C8AB;
}
.AnyTagClassName
{
color: #E0C8AB;
}
</style>
background-color css
<style>
a { background-color: #E0C8AB; }
a { background-color: rgb(224,200,171); }
div.DivClassName
{
background-color: #E0C8AB;
}
.BgClassName
{
background-color: #E0C8AB;
}
</style>
border-color css
<style>
span { border-color: #E0C8AB; }
span { border-color: rgb(224,200,171); }
td.TdClassName
{
border-color: #E0C8AB;
}
.TagClassName
{
border-color: #E0C8AB;
}
</style>