Shades of Bone #E3C6AF
Tints of Bone #E3C6AF
RGB
CMYK
RGB Variations
Color information
#E3C6AF (or 0xE3C6AF) is known color: Bone. HEX triplet: E3, C6 and AF. RGB value is (227,198,175). Sum of RGB (Red+Green+Blue) = 227+198+175=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C6AF is #1C3950. Grayscale: #CCCCCC. Windows color (decimal): -1849681 or 11519715. OLE color: 11519715.
HSL color Cylindrical-coordinate representation of color #E3C6AF: hue angle of 26.54º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3C6AF is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 198 | 175 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.11 |
| HSL | 26.54º | 0.48% | 0.79% | - |
| HSV(B) | 26.54º | 0.23% | 0.89% | - |
| XYZ | 59.61 | 59.81 | 48.96 | - |
| YUV | 204.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 198 | 175 | 0 | 0.13 | 0.23 | 0.11 | 26.54 | 0.48 | 0.79 |
| Hex | E3 | C6 | AF | 0 | D | 17 | B | 1B | 30 | 4F |
| Octal | 343 | 306 | 257 | 0 | 15 | 27 | 13 | 33 | 60 | 117 |
| Binary | 11100011 | 11000110 | 10101111 | 0 | 1101 | 10111 | 1011 | 11011 | 110000 | 1001111 |
Color Harmonies of #E3C6AF
Complementary color
Monochromatic Colors of #E3C6AF
Black with #E3C6AF
Text Example
Text Example
White with #E3C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C6AF; }
p { color: rgb(227,198,175); }
H1.HeaderClassName
{
color: #E3C6AF;
}
.AnyTagClassName
{
color: #E3C6AF;
}
</style>
background-color css
<style>
a { background-color: #E3C6AF; }
a { background-color: rgb(227,198,175); }
div.DivClassName
{
background-color: #E3C6AF;
}
.BgClassName
{
background-color: #E3C6AF;
}
</style>
border-color css
<style>
span { border-color: #E3C6AF; }
span { border-color: rgb(227,198,175); }
td.TdClassName
{
border-color: #E3C6AF;
}
.TagClassName
{
border-color: #E3C6AF;
}
</style>