Shades of Bone #E1C7AA
Tints of Bone #E1C7AA
RGB
CMYK
RGB Variations
Color information
#E1C7AA (or 0xE1C7AA) is known color: Bone. HEX triplet: E1, C7 and AA. RGB value is (225,199,170). Sum of RGB (Red+Green+Blue) = 225+199+170=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C7AA is #1E3855. Grayscale: #CBCBCB. Windows color (decimal): -1980502 or 11192289. OLE color: 11192289.
HSL color Cylindrical-coordinate representation of color #E1C7AA: hue angle of 31.64º degrees, saturation: 0.48, 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 #E1C7AA is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 170 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.12 |
| HSL | 31.64º | 0.48% | 0.77% | - |
| HSV(B) | 31.64º | 0.24% | 0.88% | - |
| XYZ | 58.73 | 59.76 | 46.47 | - |
| YUV | 203.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 170 | 0 | 0.12 | 0.24 | 0.12 | 31.64 | 0.48 | 0.77 |
| Hex | E1 | C7 | AA | 0 | C | 18 | C | 20 | 30 | 4D |
| Octal | 341 | 307 | 252 | 0 | 14 | 30 | 14 | 40 | 60 | 115 |
| Binary | 11100001 | 11000111 | 10101010 | 0 | 1100 | 11000 | 1100 | 100000 | 110000 | 1001101 |
Color Harmonies of #E1C7AA
Complementary color
Monochromatic Colors of #E1C7AA
Black with #E1C7AA
Text Example
Text Example
White with #E1C7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C7AA; }
p { color: rgb(225,199,170); }
H1.HeaderClassName
{
color: #E1C7AA;
}
.AnyTagClassName
{
color: #E1C7AA;
}
</style>
background-color css
<style>
a { background-color: #E1C7AA; }
a { background-color: rgb(225,199,170); }
div.DivClassName
{
background-color: #E1C7AA;
}
.BgClassName
{
background-color: #E1C7AA;
}
</style>
border-color css
<style>
span { border-color: #E1C7AA; }
span { border-color: rgb(225,199,170); }
td.TdClassName
{
border-color: #E1C7AA;
}
.TagClassName
{
border-color: #E1C7AA;
}
</style>