Shades of Bone #E2C8AB
Tints of Bone #E2C8AB
RGB
CMYK
RGB Variations
Color information
#E2C8AB (or 0xE2C8AB) is known color: Bone. HEX triplet: E2, C8 and AB. RGB value is (226,200,171). Sum of RGB (Red+Green+Blue) = 226+200+171=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C8AB is #1D3754. Grayscale: #CCCCCC. Windows color (decimal): -1914709 or 11258082. OLE color: 11258082.
HSL color Cylindrical-coordinate representation of color #E2C8AB: hue angle of 31.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2C8AB is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 171 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.11 |
| HSL | 31.64º | 0.49% | 0.78% | - |
| HSV(B) | 31.64º | 0.24% | 0.89% | - |
| XYZ | 59.37 | 60.42 | 47.06 | - |
| YUV | 204.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 171 | 0 | 0.12 | 0.24 | 0.11 | 31.64 | 0.49 | 0.78 |
| Hex | E2 | C8 | AB | 0 | C | 18 | B | 20 | 31 | 4E |
| Octal | 342 | 310 | 253 | 0 | 14 | 30 | 13 | 40 | 61 | 116 |
| Binary | 11100010 | 11001000 | 10101011 | 0 | 1100 | 11000 | 1011 | 100000 | 110001 | 1001110 |
Color Harmonies of #E2C8AB
Complementary color
Monochromatic Colors of #E2C8AB
Black with #E2C8AB
Text Example
Text Example
White with #E2C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C8AB; }
p { color: rgb(226,200,171); }
H1.HeaderClassName
{
color: #E2C8AB;
}
.AnyTagClassName
{
color: #E2C8AB;
}
</style>
background-color css
<style>
a { background-color: #E2C8AB; }
a { background-color: rgb(226,200,171); }
div.DivClassName
{
background-color: #E2C8AB;
}
.BgClassName
{
background-color: #E2C8AB;
}
</style>
border-color css
<style>
span { border-color: #E2C8AB; }
span { border-color: rgb(226,200,171); }
td.TdClassName
{
border-color: #E2C8AB;
}
.TagClassName
{
border-color: #E2C8AB;
}
</style>