Shades of Bone #E3C8AE
Tints of Bone #E3C8AE
RGB
CMYK
RGB Variations
Color information
#E3C8AE (or 0xE3C8AE) is known color: Bone. HEX triplet: E3, C8 and AE. RGB value is (227,200,174). Sum of RGB (Red+Green+Blue) = 227+200+174=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C8AE is #1C3751. Grayscale: #CDCDCD. Windows color (decimal): -1849170 or 11454691. OLE color: 11454691.
HSL color Cylindrical-coordinate representation of color #E3C8AE: hue angle of 29.43º degrees, saturation: 0.49, 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 #E3C8AE is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 200 | 174 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.11 |
| HSL | 29.43º | 0.49% | 0.79% | - |
| HSV(B) | 29.43º | 0.23% | 0.89% | - |
| XYZ | 59.97 | 60.7 | 48.6 | - |
| YUV | 205.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 200 | 174 | 0 | 0.12 | 0.23 | 0.11 | 29.43 | 0.49 | 0.79 |
| Hex | E3 | C8 | AE | 0 | C | 17 | B | 1D | 31 | 4F |
| Octal | 343 | 310 | 256 | 0 | 14 | 27 | 13 | 35 | 61 | 117 |
| Binary | 11100011 | 11001000 | 10101110 | 0 | 1100 | 10111 | 1011 | 11101 | 110001 | 1001111 |
Color Harmonies of #E3C8AE
Complementary color
Monochromatic Colors of #E3C8AE
Black with #E3C8AE
Text Example
Text Example
White with #E3C8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C8AE; }
p { color: rgb(227,200,174); }
H1.HeaderClassName
{
color: #E3C8AE;
}
.AnyTagClassName
{
color: #E3C8AE;
}
</style>
background-color css
<style>
a { background-color: #E3C8AE; }
a { background-color: rgb(227,200,174); }
div.DivClassName
{
background-color: #E3C8AE;
}
.BgClassName
{
background-color: #E3C8AE;
}
</style>
border-color css
<style>
span { border-color: #E3C8AE; }
span { border-color: rgb(227,200,174); }
td.TdClassName
{
border-color: #E3C8AE;
}
.TagClassName
{
border-color: #E3C8AE;
}
</style>