Shades of Bone #E2CAAF
Tints of Bone #E2CAAF
RGB
CMYK
RGB Variations
Color information
#E2CAAF (or 0xE2CAAF) is known color: Bone. HEX triplet: E2, CA and AF. RGB value is (226,202,175). Sum of RGB (Red+Green+Blue) = 226+202+175=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CAAF is #1D3550. Grayscale: #CECECE. Windows color (decimal): -1914193 or 11520738. OLE color: 11520738.
HSL color Cylindrical-coordinate representation of color #E2CAAF: hue angle of 31.76º 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 #E2CAAF is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 175 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.11 |
| HSL | 31.76º | 0.47% | 0.79% | - |
| HSV(B) | 31.76º | 0.23% | 0.89% | - |
| XYZ | 60.22 | 61.5 | 49.26 | - |
| YUV | 206.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 175 | 0 | 0.11 | 0.23 | 0.11 | 31.76 | 0.47 | 0.79 |
| Hex | E2 | CA | AF | 0 | B | 17 | B | 20 | 2F | 4F |
| Octal | 342 | 312 | 257 | 0 | 13 | 27 | 13 | 40 | 57 | 117 |
| Binary | 11100010 | 11001010 | 10101111 | 0 | 1011 | 10111 | 1011 | 100000 | 101111 | 1001111 |
Color Harmonies of #E2CAAF
Complementary color
Monochromatic Colors of #E2CAAF
Black with #E2CAAF
Text Example
Text Example
White with #E2CAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CAAF; }
p { color: rgb(226,202,175); }
H1.HeaderClassName
{
color: #E2CAAF;
}
.AnyTagClassName
{
color: #E2CAAF;
}
</style>
background-color css
<style>
a { background-color: #E2CAAF; }
a { background-color: rgb(226,202,175); }
div.DivClassName
{
background-color: #E2CAAF;
}
.BgClassName
{
background-color: #E2CAAF;
}
</style>
border-color css
<style>
span { border-color: #E2CAAF; }
span { border-color: rgb(226,202,175); }
td.TdClassName
{
border-color: #E2CAAF;
}
.TagClassName
{
border-color: #E2CAAF;
}
</style>