Shades of Bone #E0C0A0
Tints of Bone #E0C0A0
RGB
CMYK
RGB Variations
Color information
#E0C0A0 (or 0xE0C0A0) is known color: Bone. HEX triplet: E0, C0 and A0. RGB value is (224,192,160). Sum of RGB (Red+Green+Blue) = 224+192+160=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C0A0 is #1F3F5F. Grayscale: #C6C6C6. Windows color (decimal): -2047840 or 10535136. OLE color: 10535136.
HSL color Cylindrical-coordinate representation of color #E0C0A0: hue angle of 30º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0C0A0 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 160 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.12 |
| HSL | 30º | 0.51% | 0.75% | - |
| HSV(B) | 30º | 0.29% | 0.88% | - |
| XYZ | 55.94 | 56.08 | 41.14 | - |
| YUV | 197.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 160 | 0 | 0.14 | 0.29 | 0.12 | 30 | 0.51 | 0.75 |
| Hex | E0 | C0 | A0 | 0 | E | 1D | C | 1E | 33 | 4B |
| Octal | 340 | 300 | 240 | 0 | 16 | 35 | 14 | 36 | 63 | 113 |
| Binary | 11100000 | 11000000 | 10100000 | 0 | 1110 | 11101 | 1100 | 11110 | 110011 | 1001011 |
Color Harmonies of #E0C0A0
Complementary color
Monochromatic Colors of #E0C0A0
Black with #E0C0A0
Text Example
Text Example
White with #E0C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C0A0; }
p { color: rgb(224,192,160); }
H1.HeaderClassName
{
color: #E0C0A0;
}
.AnyTagClassName
{
color: #E0C0A0;
}
</style>
background-color css
<style>
a { background-color: #E0C0A0; }
a { background-color: rgb(224,192,160); }
div.DivClassName
{
background-color: #E0C0A0;
}
.BgClassName
{
background-color: #E0C0A0;
}
</style>
border-color css
<style>
span { border-color: #E0C0A0; }
span { border-color: rgb(224,192,160); }
td.TdClassName
{
border-color: #E0C0A0;
}
.TagClassName
{
border-color: #E0C0A0;
}
</style>