Shades of Bone #E2CBAF
Tints of Bone #E2CBAF
RGB
CMYK
RGB Variations
Color information
#E2CBAF (or 0xE2CBAF) is known color: Bone. HEX triplet: E2, CB and AF. RGB value is (226,203,175). Sum of RGB (Red+Green+Blue) = 226+203+175=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CBAF is #1D3450. Grayscale: #CECECE. Windows color (decimal): -1913937 or 11520994. OLE color: 11520994.
HSL color Cylindrical-coordinate representation of color #E2CBAF: hue angle of 32.94º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2CBAF is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 175 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.11 |
| HSL | 32.94º | 0.47% | 0.79% | - |
| HSV(B) | 32.94º | 0.23% | 0.89% | - |
| XYZ | 60.46 | 61.98 | 49.33 | - |
| YUV | 206.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 175 | 0 | 0.10 | 0.23 | 0.11 | 32.94 | 0.47 | 0.79 |
| Hex | E2 | CB | AF | 0 | A | 17 | B | 21 | 2F | 4F |
| Octal | 342 | 313 | 257 | 0 | 12 | 27 | 13 | 41 | 57 | 117 |
| Binary | 11100010 | 11001011 | 10101111 | 0 | 1010 | 10111 | 1011 | 100001 | 101111 | 1001111 |
Color Harmonies of #E2CBAF
Complementary color
Monochromatic Colors of #E2CBAF
Black with #E2CBAF
Text Example
Text Example
White with #E2CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBAF; }
p { color: rgb(226,203,175); }
H1.HeaderClassName
{
color: #E2CBAF;
}
.AnyTagClassName
{
color: #E2CBAF;
}
</style>
background-color css
<style>
a { background-color: #E2CBAF; }
a { background-color: rgb(226,203,175); }
div.DivClassName
{
background-color: #E2CBAF;
}
.BgClassName
{
background-color: #E2CBAF;
}
</style>
border-color css
<style>
span { border-color: #E2CBAF; }
span { border-color: rgb(226,203,175); }
td.TdClassName
{
border-color: #E2CBAF;
}
.TagClassName
{
border-color: #E2CBAF;
}
</style>