Shades of Bone #E2C8AA
Tints of Bone #E2C8AA
RGB
CMYK
RGB Variations
Color information
#E2C8AA (or 0xE2C8AA) is known color: Bone. HEX triplet: E2, C8 and AA. RGB value is (226,200,170). Sum of RGB (Red+Green+Blue) = 226+200+170=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C8AA is #1D3755. Grayscale: #CCCCCC. Windows color (decimal): -1914710 or 11192546. OLE color: 11192546.
HSL color Cylindrical-coordinate representation of color #E2C8AA: hue angle of 32.14º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2C8AA is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 170 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.11 |
| HSL | 32.14º | 0.49% | 0.78% | - |
| HSV(B) | 32.14º | 0.25% | 0.89% | - |
| XYZ | 59.27 | 60.38 | 46.56 | - |
| YUV | 204.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 170 | 0 | 0.12 | 0.25 | 0.11 | 32.14 | 0.49 | 0.78 |
| Hex | E2 | C8 | AA | 0 | C | 19 | B | 20 | 31 | 4E |
| Octal | 342 | 310 | 252 | 0 | 14 | 31 | 13 | 40 | 61 | 116 |
| Binary | 11100010 | 11001000 | 10101010 | 0 | 1100 | 11001 | 1011 | 100000 | 110001 | 1001110 |
Color Harmonies of #E2C8AA
Complementary color
Monochromatic Colors of #E2C8AA
Black with #E2C8AA
Text Example
Text Example
White with #E2C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C8AA; }
p { color: rgb(226,200,170); }
H1.HeaderClassName
{
color: #E2C8AA;
}
.AnyTagClassName
{
color: #E2C8AA;
}
</style>
background-color css
<style>
a { background-color: #E2C8AA; }
a { background-color: rgb(226,200,170); }
div.DivClassName
{
background-color: #E2C8AA;
}
.BgClassName
{
background-color: #E2C8AA;
}
</style>
border-color css
<style>
span { border-color: #E2C8AA; }
span { border-color: rgb(226,200,170); }
td.TdClassName
{
border-color: #E2C8AA;
}
.TagClassName
{
border-color: #E2C8AA;
}
</style>