Shades of Bone #E1C4AC
Tints of Bone #E1C4AC
RGB
CMYK
RGB Variations
Color information
#E1C4AC (or 0xE1C4AC) is known color: Bone. HEX triplet: E1, C4 and AC. RGB value is (225,196,172). Sum of RGB (Red+Green+Blue) = 225+196+172=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C4AC is #1E3B53. Grayscale: #CACACA. Windows color (decimal): -1981268 or 11322593. OLE color: 11322593.
HSL color Cylindrical-coordinate representation of color #E1C4AC: hue angle of 27.17º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1C4AC is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 172 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.12 |
| HSL | 27.17º | 0.47% | 0.78% | - |
| HSV(B) | 27.17º | 0.24% | 0.88% | - |
| XYZ | 58.24 | 58.47 | 47.25 | - |
| YUV | 201.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 172 | 0 | 0.13 | 0.24 | 0.12 | 27.17 | 0.47 | 0.78 |
| Hex | E1 | C4 | AC | 0 | D | 18 | C | 1B | 2F | 4E |
| Octal | 341 | 304 | 254 | 0 | 15 | 30 | 14 | 33 | 57 | 116 |
| Binary | 11100001 | 11000100 | 10101100 | 0 | 1101 | 11000 | 1100 | 11011 | 101111 | 1001110 |
Color Harmonies of #E1C4AC
Complementary color
Monochromatic Colors of #E1C4AC
Black with #E1C4AC
Text Example
Text Example
White with #E1C4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C4AC; }
p { color: rgb(225,196,172); }
H1.HeaderClassName
{
color: #E1C4AC;
}
.AnyTagClassName
{
color: #E1C4AC;
}
</style>
background-color css
<style>
a { background-color: #E1C4AC; }
a { background-color: rgb(225,196,172); }
div.DivClassName
{
background-color: #E1C4AC;
}
.BgClassName
{
background-color: #E1C4AC;
}
</style>
border-color css
<style>
span { border-color: #E1C4AC; }
span { border-color: rgb(225,196,172); }
td.TdClassName
{
border-color: #E1C4AC;
}
.TagClassName
{
border-color: #E1C4AC;
}
</style>