Shades of Shilo #E2B7AB
Tints of Shilo #E2B7AB
RGB
CMYK
RGB Variations
Color information
#E2B7AB (or 0xE2B7AB) is known color: Shilo. HEX triplet: E2, B7 and AB. RGB value is (226,183,171). Sum of RGB (Red+Green+Blue) = 226+183+171=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B7AB is #1D4854. Grayscale: #C2C2C2. Windows color (decimal): -1919061 or 11253730. OLE color: 11253730.
HSL color Cylindrical-coordinate representation of color #E2B7AB: hue angle of 13.09º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2B7AB is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 171 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.11 |
| HSL | 13.09º | 0.49% | 0.78% | - |
| HSV(B) | 13.09º | 0.24% | 0.89% | - |
| XYZ | 55.65 | 52.98 | 45.82 | - |
| YUV | 194.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 171 | 0 | 0.19 | 0.24 | 0.11 | 13.09 | 0.49 | 0.78 |
| Hex | E2 | B7 | AB | 0 | 13 | 18 | B | D | 31 | 4E |
| Octal | 342 | 267 | 253 | 0 | 23 | 30 | 13 | 15 | 61 | 116 |
| Binary | 11100010 | 10110111 | 10101011 | 0 | 10011 | 11000 | 1011 | 1101 | 110001 | 1001110 |
Color Harmonies of #E2B7AB
Complementary color
Monochromatic Colors of #E2B7AB
Black with #E2B7AB
Text Example
Text Example
White with #E2B7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B7AB; }
p { color: rgb(226,183,171); }
H1.HeaderClassName
{
color: #E2B7AB;
}
.AnyTagClassName
{
color: #E2B7AB;
}
</style>
background-color css
<style>
a { background-color: #E2B7AB; }
a { background-color: rgb(226,183,171); }
div.DivClassName
{
background-color: #E2B7AB;
}
.BgClassName
{
background-color: #E2B7AB;
}
</style>
border-color css
<style>
span { border-color: #E2B7AB; }
span { border-color: rgb(226,183,171); }
td.TdClassName
{
border-color: #E2B7AB;
}
.TagClassName
{
border-color: #E2B7AB;
}
</style>