Shades of Bone #E4CAAB
Tints of Bone #E4CAAB
RGB
CMYK
RGB Variations
Color information
#E4CAAB (or 0xE4CAAB) is known color: Bone. HEX triplet: E4, CA and AB. RGB value is (228,202,171). Sum of RGB (Red+Green+Blue) = 228+202+171=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CAAB is #1B3554. Grayscale: #CECECE. Windows color (decimal): -1783125 or 11258596. OLE color: 11258596.
HSL color Cylindrical-coordinate representation of color #E4CAAB: hue angle of 32.63º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4CAAB is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 202 | 171 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.11 |
| HSL | 32.63º | 0.51% | 0.78% | - |
| HSV(B) | 32.63º | 0.25% | 0.89% | - |
| XYZ | 60.47 | 61.68 | 47.25 | - |
| YUV | 206.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 171 | 0 | 0.11 | 0.25 | 0.11 | 32.63 | 0.51 | 0.78 |
| Hex | E4 | CA | AB | 0 | B | 19 | B | 21 | 33 | 4E |
| Octal | 344 | 312 | 253 | 0 | 13 | 31 | 13 | 41 | 63 | 116 |
| Binary | 11100100 | 11001010 | 10101011 | 0 | 1011 | 11001 | 1011 | 100001 | 110011 | 1001110 |
Color Harmonies of #E4CAAB
Complementary color
Monochromatic Colors of #E4CAAB
Black with #E4CAAB
Text Example
Text Example
White with #E4CAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CAAB; }
p { color: rgb(228,202,171); }
H1.HeaderClassName
{
color: #E4CAAB;
}
.AnyTagClassName
{
color: #E4CAAB;
}
</style>
background-color css
<style>
a { background-color: #E4CAAB; }
a { background-color: rgb(228,202,171); }
div.DivClassName
{
background-color: #E4CAAB;
}
.BgClassName
{
background-color: #E4CAAB;
}
</style>
border-color css
<style>
span { border-color: #E4CAAB; }
span { border-color: rgb(228,202,171); }
td.TdClassName
{
border-color: #E4CAAB;
}
.TagClassName
{
border-color: #E4CAAB;
}
</style>