Shades of Bone #E5C3A7
Tints of Bone #E5C3A7
RGB
CMYK
RGB Variations
Color information
#E5C3A7 (or 0xE5C3A7) is known color: Bone. HEX triplet: E5, C3 and A7. RGB value is (229,195,167). Sum of RGB (Red+Green+Blue) = 229+195+167=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C3A7 is #1A3C58. Grayscale: #CACACA. Windows color (decimal): -1719385 or 10994661. OLE color: 10994661.
HSL color Cylindrical-coordinate representation of color #E5C3A7: hue angle of 27.1º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5C3A7 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 167 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.10 |
| HSL | 27.1º | 0.54% | 0.78% | - |
| HSV(B) | 27.1º | 0.27% | 0.9% | - |
| XYZ | 58.8 | 58.48 | 44.75 | - |
| YUV | 201.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 167 | 0 | 0.15 | 0.27 | 0.10 | 27.1 | 0.54 | 0.78 |
| Hex | E5 | C3 | A7 | 0 | F | 1B | A | 1B | 36 | 4E |
| Octal | 345 | 303 | 247 | 0 | 17 | 33 | 12 | 33 | 66 | 116 |
| Binary | 11100101 | 11000011 | 10100111 | 0 | 1111 | 11011 | 1010 | 11011 | 110110 | 1001110 |
Color Harmonies of #E5C3A7
Complementary color
Monochromatic Colors of #E5C3A7
Black with #E5C3A7
Text Example
Text Example
White with #E5C3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C3A7; }
p { color: rgb(229,195,167); }
H1.HeaderClassName
{
color: #E5C3A7;
}
.AnyTagClassName
{
color: #E5C3A7;
}
</style>
background-color css
<style>
a { background-color: #E5C3A7; }
a { background-color: rgb(229,195,167); }
div.DivClassName
{
background-color: #E5C3A7;
}
.BgClassName
{
background-color: #E5C3A7;
}
</style>
border-color css
<style>
span { border-color: #E5C3A7; }
span { border-color: rgb(229,195,167); }
td.TdClassName
{
border-color: #E5C3A7;
}
.TagClassName
{
border-color: #E5C3A7;
}
</style>