Shades of Bone #E0C9AB
Tints of Bone #E0C9AB
RGB
CMYK
RGB Variations
Color information
#E0C9AB (or 0xE0C9AB) is known color: Bone. HEX triplet: E0, C9 and AB. RGB value is (224,201,171). Sum of RGB (Red+Green+Blue) = 224+201+171=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C9AB is #1F3654. Grayscale: #CCCCCC. Windows color (decimal): -2045525 or 11258336. OLE color: 11258336.
HSL color Cylindrical-coordinate representation of color #E0C9AB: hue angle of 33.96º 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 #E0C9AB is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 171 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.12 |
| HSL | 33.96º | 0.46% | 0.77% | - |
| HSV(B) | 33.96º | 0.24% | 0.88% | - |
| XYZ | 58.98 | 60.56 | 47.11 | - |
| YUV | 204.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 171 | 0 | 0.10 | 0.24 | 0.12 | 33.96 | 0.46 | 0.77 |
| Hex | E0 | C9 | AB | 0 | A | 18 | C | 22 | 2E | 4D |
| Octal | 340 | 311 | 253 | 0 | 12 | 30 | 14 | 42 | 56 | 115 |
| Binary | 11100000 | 11001001 | 10101011 | 0 | 1010 | 11000 | 1100 | 100010 | 101110 | 1001101 |
Color Harmonies of #E0C9AB
Complementary color
Monochromatic Colors of #E0C9AB
Black with #E0C9AB
Text Example
Text Example
White with #E0C9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C9AB; }
p { color: rgb(224,201,171); }
H1.HeaderClassName
{
color: #E0C9AB;
}
.AnyTagClassName
{
color: #E0C9AB;
}
</style>
background-color css
<style>
a { background-color: #E0C9AB; }
a { background-color: rgb(224,201,171); }
div.DivClassName
{
background-color: #E0C9AB;
}
.BgClassName
{
background-color: #E0C9AB;
}
</style>
border-color css
<style>
span { border-color: #E0C9AB; }
span { border-color: rgb(224,201,171); }
td.TdClassName
{
border-color: #E0C9AB;
}
.TagClassName
{
border-color: #E0C9AB;
}
</style>