Shades of Bone #E0CAAF
Tints of Bone #E0CAAF
RGB
CMYK
RGB Variations
Color information
#E0CAAF (or 0xE0CAAF) is known color: Bone. HEX triplet: E0, CA and AF. RGB value is (224,202,175). Sum of RGB (Red+Green+Blue) = 224+202+175=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CAAF is #1F3550. Grayscale: #CDCDCD. Windows color (decimal): -2045265 or 11520736. OLE color: 11520736.
HSL color Cylindrical-coordinate representation of color #E0CAAF: hue angle of 33.06º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0CAAF is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 175 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.12 |
| HSL | 33.06º | 0.44% | 0.78% | - |
| HSV(B) | 33.06º | 0.22% | 0.88% | - |
| XYZ | 59.6 | 61.18 | 49.23 | - |
| YUV | 205.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 175 | 0 | 0.10 | 0.22 | 0.12 | 33.06 | 0.44 | 0.78 |
| Hex | E0 | CA | AF | 0 | A | 16 | C | 21 | 2C | 4E |
| Octal | 340 | 312 | 257 | 0 | 12 | 26 | 14 | 41 | 54 | 116 |
| Binary | 11100000 | 11001010 | 10101111 | 0 | 1010 | 10110 | 1100 | 100001 | 101100 | 1001110 |
Color Harmonies of #E0CAAF
Complementary color
Monochromatic Colors of #E0CAAF
Black with #E0CAAF
Text Example
Text Example
White with #E0CAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CAAF; }
p { color: rgb(224,202,175); }
H1.HeaderClassName
{
color: #E0CAAF;
}
.AnyTagClassName
{
color: #E0CAAF;
}
</style>
background-color css
<style>
a { background-color: #E0CAAF; }
a { background-color: rgb(224,202,175); }
div.DivClassName
{
background-color: #E0CAAF;
}
.BgClassName
{
background-color: #E0CAAF;
}
</style>
border-color css
<style>
span { border-color: #E0CAAF; }
span { border-color: rgb(224,202,175); }
td.TdClassName
{
border-color: #E0CAAF;
}
.TagClassName
{
border-color: #E0CAAF;
}
</style>