Shades of Pancho #E2B095
Tints of Pancho #E2B095
RGB
CMYK
RGB Variations
Color information
#E2B095 (or 0xE2B095) is known color: Pancho. HEX triplet: E2, B0 and 95. RGB value is (226,176,149). Sum of RGB (Red+Green+Blue) = 226+176+149=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B095 is #1D4F6A. Grayscale: #BCBCBC. Windows color (decimal): -1920875 or 9810146. OLE color: 9810146.
HSL color Cylindrical-coordinate representation of color #E2B095: hue angle of 21.04º 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 #E2B095 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 149 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.11 |
| HSL | 21.04º | 0.57% | 0.74% | - |
| HSV(B) | 21.04º | 0.34% | 0.89% | - |
| XYZ | 52.31 | 49.39 | 35.21 | - |
| YUV | 187.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 149 | 0 | 0.22 | 0.34 | 0.11 | 21.04 | 0.57 | 0.74 |
| Hex | E2 | B0 | 95 | 0 | 16 | 22 | B | 15 | 39 | 4A |
| Octal | 342 | 260 | 225 | 0 | 26 | 42 | 13 | 25 | 71 | 112 |
| Binary | 11100010 | 10110000 | 10010101 | 0 | 10110 | 100010 | 1011 | 10101 | 111001 | 1001010 |
Color Harmonies of #E2B095
Complementary color
Monochromatic Colors of #E2B095
Black with #E2B095
Text Example
Text Example
White with #E2B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B095; }
p { color: rgb(226,176,149); }
H1.HeaderClassName
{
color: #E2B095;
}
.AnyTagClassName
{
color: #E2B095;
}
</style>
background-color css
<style>
a { background-color: #E2B095; }
a { background-color: rgb(226,176,149); }
div.DivClassName
{
background-color: #E2B095;
}
.BgClassName
{
background-color: #E2B095;
}
</style>
border-color css
<style>
span { border-color: #E2B095; }
span { border-color: rgb(226,176,149); }
td.TdClassName
{
border-color: #E2B095;
}
.TagClassName
{
border-color: #E2B095;
}
</style>