Shades of Bone #E1CBAD
Tints of Bone #E1CBAD
RGB
CMYK
RGB Variations
Color information
#E1CBAD (or 0xE1CBAD) is known color: Bone. HEX triplet: E1, CB and AD. RGB value is (225,203,173). Sum of RGB (Red+Green+Blue) = 225+203+173=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CBAD is #1E3452. Grayscale: #CECECE. Windows color (decimal): -1979475 or 11389921. OLE color: 11389921.
HSL color Cylindrical-coordinate representation of color #E1CBAD: hue angle of 34.62º 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 #E1CBAD is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 173 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.12 |
| HSL | 34.62º | 0.46% | 0.78% | - |
| HSV(B) | 34.62º | 0.23% | 0.88% | - |
| XYZ | 59.95 | 61.74 | 48.29 | - |
| YUV | 206.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 173 | 0 | 0.10 | 0.23 | 0.12 | 34.62 | 0.46 | 0.78 |
| Hex | E1 | CB | AD | 0 | A | 17 | C | 23 | 2E | 4E |
| Octal | 341 | 313 | 255 | 0 | 12 | 27 | 14 | 43 | 56 | 116 |
| Binary | 11100001 | 11001011 | 10101101 | 0 | 1010 | 10111 | 1100 | 100011 | 101110 | 1001110 |
Color Harmonies of #E1CBAD
Complementary color
Monochromatic Colors of #E1CBAD
Black with #E1CBAD
Text Example
Text Example
White with #E1CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBAD; }
p { color: rgb(225,203,173); }
H1.HeaderClassName
{
color: #E1CBAD;
}
.AnyTagClassName
{
color: #E1CBAD;
}
</style>
background-color css
<style>
a { background-color: #E1CBAD; }
a { background-color: rgb(225,203,173); }
div.DivClassName
{
background-color: #E1CBAD;
}
.BgClassName
{
background-color: #E1CBAD;
}
</style>
border-color css
<style>
span { border-color: #E1CBAD; }
span { border-color: rgb(225,203,173); }
td.TdClassName
{
border-color: #E1CBAD;
}
.TagClassName
{
border-color: #E1CBAD;
}
</style>