Shades of Bone #E3CAAA
Tints of Bone #E3CAAA
RGB
CMYK
RGB Variations
Color information
#E3CAAA (or 0xE3CAAA) is known color: Bone. HEX triplet: E3, CA and AA. RGB value is (227,202,170). Sum of RGB (Red+Green+Blue) = 227+202+170=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CAAA is #1C3555. Grayscale: #CDCDCD. Windows color (decimal): -1848662 or 11193059. OLE color: 11193059.
HSL color Cylindrical-coordinate representation of color #E3CAAA: hue angle of 33.68º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3CAAA is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 170 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.11 |
| HSL | 33.68º | 0.5% | 0.78% | - |
| HSV(B) | 33.68º | 0.25% | 0.89% | - |
| XYZ | 60.05 | 61.47 | 46.73 | - |
| YUV | 205.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 170 | 0 | 0.11 | 0.25 | 0.11 | 33.68 | 0.5 | 0.78 |
| Hex | E3 | CA | AA | 0 | B | 19 | B | 22 | 32 | 4E |
| Octal | 343 | 312 | 252 | 0 | 13 | 31 | 13 | 42 | 62 | 116 |
| Binary | 11100011 | 11001010 | 10101010 | 0 | 1011 | 11001 | 1011 | 100010 | 110010 | 1001110 |
Color Harmonies of #E3CAAA
Complementary color
Monochromatic Colors of #E3CAAA
Black with #E3CAAA
Text Example
Text Example
White with #E3CAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CAAA; }
p { color: rgb(227,202,170); }
H1.HeaderClassName
{
color: #E3CAAA;
}
.AnyTagClassName
{
color: #E3CAAA;
}
</style>
background-color css
<style>
a { background-color: #E3CAAA; }
a { background-color: rgb(227,202,170); }
div.DivClassName
{
background-color: #E3CAAA;
}
.BgClassName
{
background-color: #E3CAAA;
}
</style>
border-color css
<style>
span { border-color: #E3CAAA; }
span { border-color: rgb(227,202,170); }
td.TdClassName
{
border-color: #E3CAAA;
}
.TagClassName
{
border-color: #E3CAAA;
}
</style>