Shades of Bone #E1BE9F
Tints of Bone #E1BE9F
RGB
CMYK
RGB Variations
Color information
#E1BE9F (or 0xE1BE9F) is known color: Bone. HEX triplet: E1, BE and 9F. RGB value is (225,190,159). Sum of RGB (Red+Green+Blue) = 225+190+159=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE9F is #1E4160. Grayscale: #C5C5C5. Windows color (decimal): -1982817 or 10469089. OLE color: 10469089.
HSL color Cylindrical-coordinate representation of color #E1BE9F: hue angle of 28.18º degrees, saturation: 0.52, 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 #E1BE9F is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 159 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.12 |
| HSL | 28.18º | 0.52% | 0.75% | - |
| HSV(B) | 28.18º | 0.29% | 0.88% | - |
| XYZ | 55.72 | 55.34 | 40.55 | - |
| YUV | 196.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 159 | 0 | 0.16 | 0.29 | 0.12 | 28.18 | 0.52 | 0.75 |
| Hex | E1 | BE | 9F | 0 | 10 | 1D | C | 1C | 34 | 4B |
| Octal | 341 | 276 | 237 | 0 | 20 | 35 | 14 | 34 | 64 | 113 |
| Binary | 11100001 | 10111110 | 10011111 | 0 | 10000 | 11101 | 1100 | 11100 | 110100 | 1001011 |
Color Harmonies of #E1BE9F
Complementary color
Monochromatic Colors of #E1BE9F
Black with #E1BE9F
Text Example
Text Example
White with #E1BE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BE9F; }
p { color: rgb(225,190,159); }
H1.HeaderClassName
{
color: #E1BE9F;
}
.AnyTagClassName
{
color: #E1BE9F;
}
</style>
background-color css
<style>
a { background-color: #E1BE9F; }
a { background-color: rgb(225,190,159); }
div.DivClassName
{
background-color: #E1BE9F;
}
.BgClassName
{
background-color: #E1BE9F;
}
</style>
border-color css
<style>
span { border-color: #E1BE9F; }
span { border-color: rgb(225,190,159); }
td.TdClassName
{
border-color: #E1BE9F;
}
.TagClassName
{
border-color: #E1BE9F;
}
</style>