Shades of Shilo #E2B2AB
Tints of Shilo #E2B2AB
RGB
CMYK
RGB Variations
Color information
#E2B2AB (or 0xE2B2AB) is known color: Shilo. HEX triplet: E2, B2 and AB. RGB value is (226,178,171). Sum of RGB (Red+Green+Blue) = 226+178+171=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B2AB is #1D4D54. Grayscale: #BFBFBF. Windows color (decimal): -1920341 or 11252450. OLE color: 11252450.
HSL color Cylindrical-coordinate representation of color #E2B2AB: hue angle of 7.64º 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 #E2B2AB is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 171 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.11 |
| HSL | 7.64º | 0.49% | 0.78% | - |
| HSV(B) | 7.64º | 0.24% | 0.89% | - |
| XYZ | 54.64 | 50.95 | 45.48 | - |
| YUV | 191.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 171 | 0 | 0.21 | 0.24 | 0.11 | 7.64 | 0.49 | 0.78 |
| Hex | E2 | B2 | AB | 0 | 15 | 18 | B | 8 | 31 | 4E |
| Octal | 342 | 262 | 253 | 0 | 25 | 30 | 13 | 10 | 61 | 116 |
| Binary | 11100010 | 10110010 | 10101011 | 0 | 10101 | 11000 | 1011 | 1000 | 110001 | 1001110 |
Color Harmonies of #E2B2AB
Complementary color
Monochromatic Colors of #E2B2AB
Black with #E2B2AB
Text Example
Text Example
White with #E2B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2AB; }
p { color: rgb(226,178,171); }
H1.HeaderClassName
{
color: #E2B2AB;
}
.AnyTagClassName
{
color: #E2B2AB;
}
</style>
background-color css
<style>
a { background-color: #E2B2AB; }
a { background-color: rgb(226,178,171); }
div.DivClassName
{
background-color: #E2B2AB;
}
.BgClassName
{
background-color: #E2B2AB;
}
</style>
border-color css
<style>
span { border-color: #E2B2AB; }
span { border-color: rgb(226,178,171); }
td.TdClassName
{
border-color: #E2B2AB;
}
.TagClassName
{
border-color: #E2B2AB;
}
</style>