Shades of Bone #E0C7AC
Tints of Bone #E0C7AC
RGB
CMYK
RGB Variations
Color information
#E0C7AC (or 0xE0C7AC) is known color: Bone. HEX triplet: E0, C7 and AC. RGB value is (224,199,172). Sum of RGB (Red+Green+Blue) = 224+199+172=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C7AC is #1F3853. Grayscale: #CBCBCB. Windows color (decimal): -2046036 or 11323360. OLE color: 11323360.
HSL color Cylindrical-coordinate representation of color #E0C7AC: hue angle of 31.15º degrees, saturation: 0.46, 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 #E0C7AC is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 172 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.12 |
| HSL | 31.15º | 0.46% | 0.78% | - |
| HSV(B) | 31.15º | 0.23% | 0.88% | - |
| XYZ | 58.61 | 59.67 | 47.46 | - |
| YUV | 203.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 172 | 0 | 0.11 | 0.23 | 0.12 | 31.15 | 0.46 | 0.78 |
| Hex | E0 | C7 | AC | 0 | B | 17 | C | 1F | 2E | 4E |
| Octal | 340 | 307 | 254 | 0 | 13 | 27 | 14 | 37 | 56 | 116 |
| Binary | 11100000 | 11000111 | 10101100 | 0 | 1011 | 10111 | 1100 | 11111 | 101110 | 1001110 |
Color Harmonies of #E0C7AC
Complementary color
Monochromatic Colors of #E0C7AC
Black with #E0C7AC
Text Example
Text Example
White with #E0C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7AC; }
p { color: rgb(224,199,172); }
H1.HeaderClassName
{
color: #E0C7AC;
}
.AnyTagClassName
{
color: #E0C7AC;
}
</style>
background-color css
<style>
a { background-color: #E0C7AC; }
a { background-color: rgb(224,199,172); }
div.DivClassName
{
background-color: #E0C7AC;
}
.BgClassName
{
background-color: #E0C7AC;
}
</style>
border-color css
<style>
span { border-color: #E0C7AC; }
span { border-color: rgb(224,199,172); }
td.TdClassName
{
border-color: #E0C7AC;
}
.TagClassName
{
border-color: #E0C7AC;
}
</style>