Shades of Bone #E0C8AA
Tints of Bone #E0C8AA
RGB
CMYK
RGB Variations
Color information
#E0C8AA (or 0xE0C8AA) is known color: Bone. HEX triplet: E0, C8 and AA. RGB value is (224,200,170). Sum of RGB (Red+Green+Blue) = 224+200+170=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C8AA is #1F3755. Grayscale: #CBCBCB. Windows color (decimal): -2045782 or 11192544. OLE color: 11192544.
HSL color Cylindrical-coordinate representation of color #E0C8AA: hue angle of 33.33º degrees, saturation: 0.47, 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 #E0C8AA is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 200 | 170 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.12 |
| HSL | 33.33º | 0.47% | 0.77% | - |
| HSV(B) | 33.33º | 0.24% | 0.88% | - |
| XYZ | 58.65 | 60.06 | 46.53 | - |
| YUV | 203.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 200 | 170 | 0 | 0.11 | 0.24 | 0.12 | 33.33 | 0.47 | 0.77 |
| Hex | E0 | C8 | AA | 0 | B | 18 | C | 21 | 2F | 4D |
| Octal | 340 | 310 | 252 | 0 | 13 | 30 | 14 | 41 | 57 | 115 |
| Binary | 11100000 | 11001000 | 10101010 | 0 | 1011 | 11000 | 1100 | 100001 | 101111 | 1001101 |
Color Harmonies of #E0C8AA
Complementary color
Monochromatic Colors of #E0C8AA
Black with #E0C8AA
Text Example
Text Example
White with #E0C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C8AA; }
p { color: rgb(224,200,170); }
H1.HeaderClassName
{
color: #E0C8AA;
}
.AnyTagClassName
{
color: #E0C8AA;
}
</style>
background-color css
<style>
a { background-color: #E0C8AA; }
a { background-color: rgb(224,200,170); }
div.DivClassName
{
background-color: #E0C8AA;
}
.BgClassName
{
background-color: #E0C8AA;
}
</style>
border-color css
<style>
span { border-color: #E0C8AA; }
span { border-color: rgb(224,200,170); }
td.TdClassName
{
border-color: #E0C8AA;
}
.TagClassName
{
border-color: #E0C8AA;
}
</style>