Shades of Bone #E1CAAE
Tints of Bone #E1CAAE
RGB
CMYK
RGB Variations
Color information
#E1CAAE (or 0xE1CAAE) is known color: Bone. HEX triplet: E1, CA and AE. RGB value is (225,202,174). Sum of RGB (Red+Green+Blue) = 225+202+174=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CAAE is #1E3551. Grayscale: #CDCDCD. Windows color (decimal): -1979730 or 11455201. OLE color: 11455201.
HSL color Cylindrical-coordinate representation of color #E1CAAE: hue angle of 32.94º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1CAAE is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 174 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.12 |
| HSL | 32.94º | 0.46% | 0.78% | - |
| HSV(B) | 32.94º | 0.23% | 0.88% | - |
| XYZ | 59.81 | 61.3 | 48.72 | - |
| YUV | 205.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 174 | 0 | 0.10 | 0.23 | 0.12 | 32.94 | 0.46 | 0.78 |
| Hex | E1 | CA | AE | 0 | A | 17 | C | 21 | 2E | 4E |
| Octal | 341 | 312 | 256 | 0 | 12 | 27 | 14 | 41 | 56 | 116 |
| Binary | 11100001 | 11001010 | 10101110 | 0 | 1010 | 10111 | 1100 | 100001 | 101110 | 1001110 |
Color Harmonies of #E1CAAE
Complementary color
Monochromatic Colors of #E1CAAE
Black with #E1CAAE
Text Example
Text Example
White with #E1CAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAAE; }
p { color: rgb(225,202,174); }
H1.HeaderClassName
{
color: #E1CAAE;
}
.AnyTagClassName
{
color: #E1CAAE;
}
</style>
background-color css
<style>
a { background-color: #E1CAAE; }
a { background-color: rgb(225,202,174); }
div.DivClassName
{
background-color: #E1CAAE;
}
.BgClassName
{
background-color: #E1CAAE;
}
</style>
border-color css
<style>
span { border-color: #E1CAAE; }
span { border-color: rgb(225,202,174); }
td.TdClassName
{
border-color: #E1CAAE;
}
.TagClassName
{
border-color: #E1CAAE;
}
</style>