Shades of Bone #E1C3AB
Tints of Bone #E1C3AB
RGB
CMYK
RGB Variations
Color information
#E1C3AB (or 0xE1C3AB) is known color: Bone. HEX triplet: E1, C3 and AB. RGB value is (225,195,171). Sum of RGB (Red+Green+Blue) = 225+195+171=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C3AB is #1E3C54. Grayscale: #C9C9C9. Windows color (decimal): -1981525 or 11256801. OLE color: 11256801.
HSL color Cylindrical-coordinate representation of color #E1C3AB: hue angle of 26.67º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1C3AB is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 171 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.12 |
| HSL | 26.67º | 0.47% | 0.78% | - |
| HSV(B) | 26.67º | 0.24% | 0.88% | - |
| XYZ | 57.92 | 57.98 | 46.67 | - |
| YUV | 201.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 171 | 0 | 0.13 | 0.24 | 0.12 | 26.67 | 0.47 | 0.78 |
| Hex | E1 | C3 | AB | 0 | D | 18 | C | 1B | 2F | 4E |
| Octal | 341 | 303 | 253 | 0 | 15 | 30 | 14 | 33 | 57 | 116 |
| Binary | 11100001 | 11000011 | 10101011 | 0 | 1101 | 11000 | 1100 | 11011 | 101111 | 1001110 |
Color Harmonies of #E1C3AB
Complementary color
Monochromatic Colors of #E1C3AB
Black with #E1C3AB
Text Example
Text Example
White with #E1C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C3AB; }
p { color: rgb(225,195,171); }
H1.HeaderClassName
{
color: #E1C3AB;
}
.AnyTagClassName
{
color: #E1C3AB;
}
</style>
background-color css
<style>
a { background-color: #E1C3AB; }
a { background-color: rgb(225,195,171); }
div.DivClassName
{
background-color: #E1C3AB;
}
.BgClassName
{
background-color: #E1C3AB;
}
</style>
border-color css
<style>
span { border-color: #E1C3AB; }
span { border-color: rgb(225,195,171); }
td.TdClassName
{
border-color: #E1C3AB;
}
.TagClassName
{
border-color: #E1C3AB;
}
</style>