Shades of Pancho #E2B595
Tints of Pancho #E2B595
RGB
CMYK
RGB Variations
Color information
#E2B595 (or 0xE2B595) is known color: Pancho. HEX triplet: E2, B5 and 95. RGB value is (226,181,149). Sum of RGB (Red+Green+Blue) = 226+181+149=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B595 is #1D4A6A. Grayscale: #BEBEBE. Windows color (decimal): -1919595 or 9811426. OLE color: 9811426.
HSL color Cylindrical-coordinate representation of color #E2B595: hue angle of 24.94º 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 #E2B595 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 149 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.11 |
| HSL | 24.94º | 0.57% | 0.74% | - |
| HSV(B) | 24.94º | 0.34% | 0.89% | - |
| XYZ | 53.31 | 51.39 | 35.54 | - |
| YUV | 190.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 149 | 0 | 0.20 | 0.34 | 0.11 | 24.94 | 0.57 | 0.74 |
| Hex | E2 | B5 | 95 | 0 | 14 | 22 | B | 19 | 39 | 4A |
| Octal | 342 | 265 | 225 | 0 | 24 | 42 | 13 | 31 | 71 | 112 |
| Binary | 11100010 | 10110101 | 10010101 | 0 | 10100 | 100010 | 1011 | 11001 | 111001 | 1001010 |
Color Harmonies of #E2B595
Complementary color
Monochromatic Colors of #E2B595
Black with #E2B595
Text Example
Text Example
White with #E2B595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B595; }
p { color: rgb(226,181,149); }
H1.HeaderClassName
{
color: #E2B595;
}
.AnyTagClassName
{
color: #E2B595;
}
</style>
background-color css
<style>
a { background-color: #E2B595; }
a { background-color: rgb(226,181,149); }
div.DivClassName
{
background-color: #E2B595;
}
.BgClassName
{
background-color: #E2B595;
}
</style>
border-color css
<style>
span { border-color: #E2B595; }
span { border-color: rgb(226,181,149); }
td.TdClassName
{
border-color: #E2B595;
}
.TagClassName
{
border-color: #E2B595;
}
</style>