Shades of Bone #E3C9AD
Tints of Bone #E3C9AD
RGB
CMYK
RGB Variations
Color information
#E3C9AD (or 0xE3C9AD) is known color: Bone. HEX triplet: E3, C9 and AD. RGB value is (227,201,173). Sum of RGB (Red+Green+Blue) = 227+201+173=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C9AD is #1C3652. Grayscale: #CDCDCD. Windows color (decimal): -1848915 or 11389411. OLE color: 11389411.
HSL color Cylindrical-coordinate representation of color #E3C9AD: hue angle of 31.11º 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 #E3C9AD is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 201 | 173 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.11 |
| HSL | 31.11º | 0.49% | 0.78% | - |
| HSV(B) | 31.11º | 0.24% | 0.89% | - |
| XYZ | 60.11 | 61.12 | 48.16 | - |
| YUV | 205.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 201 | 173 | 0 | 0.11 | 0.24 | 0.11 | 31.11 | 0.49 | 0.78 |
| Hex | E3 | C9 | AD | 0 | B | 18 | B | 1F | 31 | 4E |
| Octal | 343 | 311 | 255 | 0 | 13 | 30 | 13 | 37 | 61 | 116 |
| Binary | 11100011 | 11001001 | 10101101 | 0 | 1011 | 11000 | 1011 | 11111 | 110001 | 1001110 |
Color Harmonies of #E3C9AD
Complementary color
Monochromatic Colors of #E3C9AD
Black with #E3C9AD
Text Example
Text Example
White with #E3C9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C9AD; }
p { color: rgb(227,201,173); }
H1.HeaderClassName
{
color: #E3C9AD;
}
.AnyTagClassName
{
color: #E3C9AD;
}
</style>
background-color css
<style>
a { background-color: #E3C9AD; }
a { background-color: rgb(227,201,173); }
div.DivClassName
{
background-color: #E3C9AD;
}
.BgClassName
{
background-color: #E3C9AD;
}
</style>
border-color css
<style>
span { border-color: #E3C9AD; }
span { border-color: rgb(227,201,173); }
td.TdClassName
{
border-color: #E3C9AD;
}
.TagClassName
{
border-color: #E3C9AD;
}
</style>