Shades of Pancho #E1B095
Tints of Pancho #E1B095
RGB
CMYK
RGB Variations
Color information
#E1B095 (or 0xE1B095) is known color: Pancho. HEX triplet: E1, B0 and 95. RGB value is (225,176,149). Sum of RGB (Red+Green+Blue) = 225+176+149=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B095 is #1E4F6A. Grayscale: #BBBBBB. Windows color (decimal): -1986411 or 9810145. OLE color: 9810145.
HSL color Cylindrical-coordinate representation of color #E1B095: hue angle of 21.32º 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 #E1B095 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 149 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.12 |
| HSL | 21.32º | 0.56% | 0.73% | - |
| HSV(B) | 21.32º | 0.34% | 0.88% | - |
| XYZ | 52 | 49.23 | 35.19 | - |
| YUV | 187.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 149 | 0 | 0.22 | 0.34 | 0.12 | 21.32 | 0.56 | 0.73 |
| Hex | E1 | B0 | 95 | 0 | 16 | 22 | C | 15 | 38 | 49 |
| Octal | 341 | 260 | 225 | 0 | 26 | 42 | 14 | 25 | 70 | 111 |
| Binary | 11100001 | 10110000 | 10010101 | 0 | 10110 | 100010 | 1100 | 10101 | 111000 | 1001001 |
Color Harmonies of #E1B095
Complementary color
Monochromatic Colors of #E1B095
Black with #E1B095
Text Example
Text Example
White with #E1B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B095; }
p { color: rgb(225,176,149); }
H1.HeaderClassName
{
color: #E1B095;
}
.AnyTagClassName
{
color: #E1B095;
}
</style>
background-color css
<style>
a { background-color: #E1B095; }
a { background-color: rgb(225,176,149); }
div.DivClassName
{
background-color: #E1B095;
}
.BgClassName
{
background-color: #E1B095;
}
</style>
border-color css
<style>
span { border-color: #E1B095; }
span { border-color: rgb(225,176,149); }
td.TdClassName
{
border-color: #E1B095;
}
.TagClassName
{
border-color: #E1B095;
}
</style>