Shades of Bone #E1CAAD
Tints of Bone #E1CAAD
RGB
CMYK
RGB Variations
Color information
#E1CAAD (or 0xE1CAAD) is known color: Bone. HEX triplet: E1, CA and AD. RGB value is (225,202,173). Sum of RGB (Red+Green+Blue) = 225+202+173=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CAAD is #1E3552. Grayscale: #CDCDCD. Windows color (decimal): -1979731 or 11389665. OLE color: 11389665.
HSL color Cylindrical-coordinate representation of color #E1CAAD: hue angle of 33.46º 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 #E1CAAD is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 173 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.12 |
| HSL | 33.46º | 0.46% | 0.78% | - |
| HSV(B) | 33.46º | 0.23% | 0.88% | - |
| XYZ | 59.71 | 61.27 | 48.21 | - |
| YUV | 205.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 173 | 0 | 0.10 | 0.23 | 0.12 | 33.46 | 0.46 | 0.78 |
| Hex | E1 | CA | AD | 0 | A | 17 | C | 21 | 2E | 4E |
| Octal | 341 | 312 | 255 | 0 | 12 | 27 | 14 | 41 | 56 | 116 |
| Binary | 11100001 | 11001010 | 10101101 | 0 | 1010 | 10111 | 1100 | 100001 | 101110 | 1001110 |
Color Harmonies of #E1CAAD
Complementary color
Monochromatic Colors of #E1CAAD
Black with #E1CAAD
Text Example
Text Example
White with #E1CAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAAD; }
p { color: rgb(225,202,173); }
H1.HeaderClassName
{
color: #E1CAAD;
}
.AnyTagClassName
{
color: #E1CAAD;
}
</style>
background-color css
<style>
a { background-color: #E1CAAD; }
a { background-color: rgb(225,202,173); }
div.DivClassName
{
background-color: #E1CAAD;
}
.BgClassName
{
background-color: #E1CAAD;
}
</style>
border-color css
<style>
span { border-color: #E1CAAD; }
span { border-color: rgb(225,202,173); }
td.TdClassName
{
border-color: #E1CAAD;
}
.TagClassName
{
border-color: #E1CAAD;
}
</style>