Shades of Shilo #E2B0AB
Tints of Shilo #E2B0AB
RGB
CMYK
RGB Variations
Color information
#E2B0AB (or 0xE2B0AB) is known color: Shilo. HEX triplet: E2, B0 and AB. RGB value is (226,176,171). Sum of RGB (Red+Green+Blue) = 226+176+171=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B0AB is #1D4F54. Grayscale: #BEBEBE. Windows color (decimal): -1920853 or 11251938. OLE color: 11251938.
HSL color Cylindrical-coordinate representation of color #E2B0AB: hue angle of 5.45º 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 #E2B0AB is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 176 | 171 | - |
CMYK | 0 | 0.22 | 0.24 | 0.11 |
HSL | 5.45º | 0.49% | 0.78% | - |
HSV(B) | 5.45º | 0.24% | 0.89% | - |
XYZ | 54.24 | 50.16 | 45.35 | - |
YUV | 190.38 | 117.07 | 153.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 176 | 171 | 0 | 0.22 | 0.24 | 0.11 | 5.45 | 0.49 | 0.78 |
Hex | E2 | B0 | AB | 0 | 16 | 18 | B | 5 | 31 | 4E |
Octal | 342 | 260 | 253 | 0 | 26 | 30 | 13 | 5 | 61 | 116 |
Binary | 11100010 | 10110000 | 10101011 | 0 | 10110 | 11000 | 1011 | 101 | 110001 | 1001110 |
Color Harmonies of #E2B0AB
Complementary color
Monochromatic Colors of #E2B0AB
Black with #E2B0AB
Text Example
Text Example
White with #E2B0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B0AB; }
p { color: rgb(226,176,171); }
H1.HeaderClassName
{
color: #E2B0AB;
}
.AnyTagClassName
{
color: #E2B0AB;
}
</style>
background-color css
<style>
a { background-color: #E2B0AB; }
a { background-color: rgb(226,176,171); }
div.DivClassName
{
background-color: #E2B0AB;
}
.BgClassName
{
background-color: #E2B0AB;
}
</style>
border-color css
<style>
span { border-color: #E2B0AB; }
span { border-color: rgb(226,176,171); }
td.TdClassName
{
border-color: #E2B0AB;
}
.TagClassName
{
border-color: #E2B0AB;
}
</style>