Shades of Bone #E1CAB3
Tints of Bone #E1CAB3
RGB
CMYK
RGB Variations
Color information
#E1CAB3 (or 0xE1CAB3) is known color: Bone. HEX triplet: E1, CA and B3. RGB value is (225,202,179). Sum of RGB (Red+Green+Blue) = 225+202+179=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAB3 is #1E354C. Grayscale: #CECECE. Windows color (decimal): -1979725 or 11782881. OLE color: 11782881.
HSL color Cylindrical-coordinate representation of color #E1CAB3: hue angle of 30º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1CAB3 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 179 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.12 |
| HSL | 30º | 0.43% | 0.79% | - |
| HSV(B) | 30º | 0.2% | 0.88% | - |
| XYZ | 60.31 | 61.5 | 51.34 | - |
| YUV | 206.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 179 | 0 | 0.10 | 0.20 | 0.12 | 30 | 0.43 | 0.79 |
| Hex | E1 | CA | B3 | 0 | A | 14 | C | 1E | 2B | 4F |
| Octal | 341 | 312 | 263 | 0 | 12 | 24 | 14 | 36 | 53 | 117 |
| Binary | 11100001 | 11001010 | 10110011 | 0 | 1010 | 10100 | 1100 | 11110 | 101011 | 1001111 |
Color Harmonies of #E1CAB3
Complementary color
Monochromatic Colors of #E1CAB3
Black with #E1CAB3
Text Example
Text Example
White with #E1CAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAB3; }
p { color: rgb(225,202,179); }
H1.HeaderClassName
{
color: #E1CAB3;
}
.AnyTagClassName
{
color: #E1CAB3;
}
</style>
background-color css
<style>
a { background-color: #E1CAB3; }
a { background-color: rgb(225,202,179); }
div.DivClassName
{
background-color: #E1CAB3;
}
.BgClassName
{
background-color: #E1CAB3;
}
</style>
border-color css
<style>
span { border-color: #E1CAB3; }
span { border-color: rgb(225,202,179); }
td.TdClassName
{
border-color: #E1CAB3;
}
.TagClassName
{
border-color: #E1CAB3;
}
</style>