Shades of Bone #E0BF9F
Tints of Bone #E0BF9F
RGB
CMYK
RGB Variations
Color information
#E0BF9F (or 0xE0BF9F) is known color: Bone. HEX triplet: E0, BF and 9F. RGB value is (224,191,159). Sum of RGB (Red+Green+Blue) = 224+191+159=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BF9F is #1F4060. Grayscale: #C5C5C5. Windows color (decimal): -2048097 or 10469344. OLE color: 10469344.
HSL color Cylindrical-coordinate representation of color #E0BF9F: hue angle of 29.54º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0BF9F is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 159 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.12 |
| HSL | 29.54º | 0.51% | 0.75% | - |
| HSV(B) | 29.54º | 0.29% | 0.88% | - |
| XYZ | 55.63 | 55.61 | 40.6 | - |
| YUV | 197.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 159 | 0 | 0.15 | 0.29 | 0.12 | 29.54 | 0.51 | 0.75 |
| Hex | E0 | BF | 9F | 0 | F | 1D | C | 1E | 33 | 4B |
| Octal | 340 | 277 | 237 | 0 | 17 | 35 | 14 | 36 | 63 | 113 |
| Binary | 11100000 | 10111111 | 10011111 | 0 | 1111 | 11101 | 1100 | 11110 | 110011 | 1001011 |
Color Harmonies of #E0BF9F
Complementary color
Monochromatic Colors of #E0BF9F
Black with #E0BF9F
Text Example
Text Example
White with #E0BF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BF9F; }
p { color: rgb(224,191,159); }
H1.HeaderClassName
{
color: #E0BF9F;
}
.AnyTagClassName
{
color: #E0BF9F;
}
</style>
background-color css
<style>
a { background-color: #E0BF9F; }
a { background-color: rgb(224,191,159); }
div.DivClassName
{
background-color: #E0BF9F;
}
.BgClassName
{
background-color: #E0BF9F;
}
</style>
border-color css
<style>
span { border-color: #E0BF9F; }
span { border-color: rgb(224,191,159); }
td.TdClassName
{
border-color: #E0BF9F;
}
.TagClassName
{
border-color: #E0BF9F;
}
</style>