Shades of Bone #E3C5AD
Tints of Bone #E3C5AD
RGB
CMYK
RGB Variations
Color information
#E3C5AD (or 0xE3C5AD) is known color: Bone. HEX triplet: E3, C5 and AD. RGB value is (227,197,173). Sum of RGB (Red+Green+Blue) = 227+197+173=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C5AD is #1C3A52. Grayscale: #CBCBCB. Windows color (decimal): -1849939 or 11388387. OLE color: 11388387.
HSL color Cylindrical-coordinate representation of color #E3C5AD: hue angle of 26.67º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3C5AD is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 197 | 173 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.11 |
| HSL | 26.67º | 0.49% | 0.78% | - |
| HSV(B) | 26.67º | 0.24% | 0.89% | - |
| XYZ | 59.19 | 59.28 | 47.86 | - |
| YUV | 203.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 173 | 0 | 0.13 | 0.24 | 0.11 | 26.67 | 0.49 | 0.78 |
| Hex | E3 | C5 | AD | 0 | D | 18 | B | 1B | 31 | 4E |
| Octal | 343 | 305 | 255 | 0 | 15 | 30 | 13 | 33 | 61 | 116 |
| Binary | 11100011 | 11000101 | 10101101 | 0 | 1101 | 11000 | 1011 | 11011 | 110001 | 1001110 |
Color Harmonies of #E3C5AD
Complementary color
Monochromatic Colors of #E3C5AD
Black with #E3C5AD
Text Example
Text Example
White with #E3C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C5AD; }
p { color: rgb(227,197,173); }
H1.HeaderClassName
{
color: #E3C5AD;
}
.AnyTagClassName
{
color: #E3C5AD;
}
</style>
background-color css
<style>
a { background-color: #E3C5AD; }
a { background-color: rgb(227,197,173); }
div.DivClassName
{
background-color: #E3C5AD;
}
.BgClassName
{
background-color: #E3C5AD;
}
</style>
border-color css
<style>
span { border-color: #E3C5AD; }
span { border-color: rgb(227,197,173); }
td.TdClassName
{
border-color: #E3C5AD;
}
.TagClassName
{
border-color: #E3C5AD;
}
</style>