Shades of Bone #E1CAB1
Tints of Bone #E1CAB1
RGB
CMYK
RGB Variations
Color information
#E1CAB1 (or 0xE1CAB1) is known color: Bone. HEX triplet: E1, CA and B1. RGB value is (225,202,177). Sum of RGB (Red+Green+Blue) = 225+202+177=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CAB1 is #1E354E. Grayscale: #CECECE. Windows color (decimal): -1979727 or 11651809. OLE color: 11651809.
HSL color Cylindrical-coordinate representation of color #E1CAB1: hue angle of 31.25º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1CAB1 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 177 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.12 |
| HSL | 31.25º | 0.44% | 0.79% | - |
| HSV(B) | 31.25º | 0.21% | 0.88% | - |
| XYZ | 60.11 | 61.42 | 50.28 | - |
| YUV | 206.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 177 | 0 | 0.10 | 0.21 | 0.12 | 31.25 | 0.44 | 0.79 |
| Hex | E1 | CA | B1 | 0 | A | 15 | C | 1F | 2C | 4F |
| Octal | 341 | 312 | 261 | 0 | 12 | 25 | 14 | 37 | 54 | 117 |
| Binary | 11100001 | 11001010 | 10110001 | 0 | 1010 | 10101 | 1100 | 11111 | 101100 | 1001111 |
Color Harmonies of #E1CAB1
Complementary color
Monochromatic Colors of #E1CAB1
Black with #E1CAB1
Text Example
Text Example
White with #E1CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAB1; }
p { color: rgb(225,202,177); }
H1.HeaderClassName
{
color: #E1CAB1;
}
.AnyTagClassName
{
color: #E1CAB1;
}
</style>
background-color css
<style>
a { background-color: #E1CAB1; }
a { background-color: rgb(225,202,177); }
div.DivClassName
{
background-color: #E1CAB1;
}
.BgClassName
{
background-color: #E1CAB1;
}
</style>
border-color css
<style>
span { border-color: #E1CAB1; }
span { border-color: rgb(225,202,177); }
td.TdClassName
{
border-color: #E1CAB1;
}
.TagClassName
{
border-color: #E1CAB1;
}
</style>