Shades of Pancho #E1B195
Tints of Pancho #E1B195
RGB
CMYK
RGB Variations
Color information
#E1B195 (or 0xE1B195) is known color: Pancho. HEX triplet: E1, B1 and 95. RGB value is (225,177,149). Sum of RGB (Red+Green+Blue) = 225+177+149=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B195 is #1E4E6A. Grayscale: #BCBCBC. Windows color (decimal): -1986155 or 9810401. OLE color: 9810401.
HSL color Cylindrical-coordinate representation of color #E1B195: hue angle of 22.11º 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 #E1B195 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 149 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.12 |
| HSL | 22.11º | 0.56% | 0.73% | - |
| HSV(B) | 22.11º | 0.34% | 0.88% | - |
| XYZ | 52.2 | 49.62 | 35.26 | - |
| YUV | 188.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 149 | 0 | 0.21 | 0.34 | 0.12 | 22.11 | 0.56 | 0.73 |
| Hex | E1 | B1 | 95 | 0 | 15 | 22 | C | 16 | 38 | 49 |
| Octal | 341 | 261 | 225 | 0 | 25 | 42 | 14 | 26 | 70 | 111 |
| Binary | 11100001 | 10110001 | 10010101 | 0 | 10101 | 100010 | 1100 | 10110 | 111000 | 1001001 |
Color Harmonies of #E1B195
Complementary color
Monochromatic Colors of #E1B195
Black with #E1B195
Text Example
Text Example
White with #E1B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B195; }
p { color: rgb(225,177,149); }
H1.HeaderClassName
{
color: #E1B195;
}
.AnyTagClassName
{
color: #E1B195;
}
</style>
background-color css
<style>
a { background-color: #E1B195; }
a { background-color: rgb(225,177,149); }
div.DivClassName
{
background-color: #E1B195;
}
.BgClassName
{
background-color: #E1B195;
}
</style>
border-color css
<style>
span { border-color: #E1B195; }
span { border-color: rgb(225,177,149); }
td.TdClassName
{
border-color: #E1B195;
}
.TagClassName
{
border-color: #E1B195;
}
</style>