Shades of Pancho #E2B196
Tints of Pancho #E2B196
RGB
CMYK
RGB Variations
Color information
#E2B196 (or 0xE2B196) is known color: Pancho. HEX triplet: E2, B1 and 96. RGB value is (226,177,150). Sum of RGB (Red+Green+Blue) = 226+177+150=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B196 is #1D4E69. Grayscale: #BCBCBC. Windows color (decimal): -1920618 or 9875938. OLE color: 9875938.
HSL color Cylindrical-coordinate representation of color #E2B196: hue angle of 21.32º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2B196 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 150 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.11 |
| HSL | 21.32º | 0.57% | 0.74% | - |
| HSV(B) | 21.32º | 0.34% | 0.89% | - |
| XYZ | 52.59 | 49.82 | 35.7 | - |
| YUV | 188.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 150 | 0 | 0.22 | 0.34 | 0.11 | 21.32 | 0.57 | 0.74 |
| Hex | E2 | B1 | 96 | 0 | 16 | 22 | B | 15 | 39 | 4A |
| Octal | 342 | 261 | 226 | 0 | 26 | 42 | 13 | 25 | 71 | 112 |
| Binary | 11100010 | 10110001 | 10010110 | 0 | 10110 | 100010 | 1011 | 10101 | 111001 | 1001010 |
Color Harmonies of #E2B196
Complementary color
Monochromatic Colors of #E2B196
Black with #E2B196
Text Example
Text Example
White with #E2B196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B196; }
p { color: rgb(226,177,150); }
H1.HeaderClassName
{
color: #E2B196;
}
.AnyTagClassName
{
color: #E2B196;
}
</style>
background-color css
<style>
a { background-color: #E2B196; }
a { background-color: rgb(226,177,150); }
div.DivClassName
{
background-color: #E2B196;
}
.BgClassName
{
background-color: #E2B196;
}
</style>
border-color css
<style>
span { border-color: #E2B196; }
span { border-color: rgb(226,177,150); }
td.TdClassName
{
border-color: #E2B196;
}
.TagClassName
{
border-color: #E2B196;
}
</style>