Shades of Bone #E0C9AD
Tints of Bone #E0C9AD
RGB
CMYK
RGB Variations
Color information
#E0C9AD (or 0xE0C9AD) is known color: Bone. HEX triplet: E0, C9 and AD. RGB value is (224,201,173). Sum of RGB (Red+Green+Blue) = 224+201+173=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C9AD is #1F3652. Grayscale: #CCCCCC. Windows color (decimal): -2045523 or 11389408. OLE color: 11389408.
HSL color Cylindrical-coordinate representation of color #E0C9AD: hue angle of 32.94º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0C9AD is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 173 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.12 |
| HSL | 32.94º | 0.45% | 0.78% | - |
| HSV(B) | 32.94º | 0.23% | 0.88% | - |
| XYZ | 59.17 | 60.64 | 48.12 | - |
| YUV | 204.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 173 | 0 | 0.10 | 0.23 | 0.12 | 32.94 | 0.45 | 0.78 |
| Hex | E0 | C9 | AD | 0 | A | 17 | C | 21 | 2D | 4E |
| Octal | 340 | 311 | 255 | 0 | 12 | 27 | 14 | 41 | 55 | 116 |
| Binary | 11100000 | 11001001 | 10101101 | 0 | 1010 | 10111 | 1100 | 100001 | 101101 | 1001110 |
Color Harmonies of #E0C9AD
Complementary color
Monochromatic Colors of #E0C9AD
Black with #E0C9AD
Text Example
Text Example
White with #E0C9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C9AD; }
p { color: rgb(224,201,173); }
H1.HeaderClassName
{
color: #E0C9AD;
}
.AnyTagClassName
{
color: #E0C9AD;
}
</style>
background-color css
<style>
a { background-color: #E0C9AD; }
a { background-color: rgb(224,201,173); }
div.DivClassName
{
background-color: #E0C9AD;
}
.BgClassName
{
background-color: #E0C9AD;
}
</style>
border-color css
<style>
span { border-color: #E0C9AD; }
span { border-color: rgb(224,201,173); }
td.TdClassName
{
border-color: #E0C9AD;
}
.TagClassName
{
border-color: #E0C9AD;
}
</style>