Shades of Pancho #E1B795
Tints of Pancho #E1B795
RGB
CMYK
RGB Variations
Color information
#E1B795 (or 0xE1B795) is known color: Pancho. HEX triplet: E1, B7 and 95. RGB value is (225,183,149). Sum of RGB (Red+Green+Blue) = 225+183+149=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B795 is #1E486A. Grayscale: #BFBFBF. Windows color (decimal): -1984619 or 9811937. OLE color: 9811937.
HSL color Cylindrical-coordinate representation of color #E1B795: hue angle of 26.84º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1B795 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 149 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.12 |
| HSL | 26.84º | 0.56% | 0.73% | - |
| HSV(B) | 26.84º | 0.34% | 0.88% | - |
| XYZ | 53.41 | 52.04 | 35.66 | - |
| YUV | 191.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 149 | 0 | 0.19 | 0.34 | 0.12 | 26.84 | 0.56 | 0.73 |
| Hex | E1 | B7 | 95 | 0 | 13 | 22 | C | 1B | 38 | 49 |
| Octal | 341 | 267 | 225 | 0 | 23 | 42 | 14 | 33 | 70 | 111 |
| Binary | 11100001 | 10110111 | 10010101 | 0 | 10011 | 100010 | 1100 | 11011 | 111000 | 1001001 |
Color Harmonies of #E1B795
Complementary color
Monochromatic Colors of #E1B795
Black with #E1B795
Text Example
Text Example
White with #E1B795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B795; }
p { color: rgb(225,183,149); }
H1.HeaderClassName
{
color: #E1B795;
}
.AnyTagClassName
{
color: #E1B795;
}
</style>
background-color css
<style>
a { background-color: #E1B795; }
a { background-color: rgb(225,183,149); }
div.DivClassName
{
background-color: #E1B795;
}
.BgClassName
{
background-color: #E1B795;
}
</style>
border-color css
<style>
span { border-color: #E1B795; }
span { border-color: rgb(225,183,149); }
td.TdClassName
{
border-color: #E1B795;
}
.TagClassName
{
border-color: #E1B795;
}
</style>