Shades of Pancho #E1B997
Tints of Pancho #E1B997
RGB
CMYK
RGB Variations
Color information
#E1B997 (or 0xE1B997) is known color: Pancho. HEX triplet: E1, B9 and 97. RGB value is (225,185,151). Sum of RGB (Red+Green+Blue) = 225+185+151=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B997 is #1E4668. Grayscale: #C1C1C1. Windows color (decimal): -1984105 or 9943521. OLE color: 9943521.
HSL color Cylindrical-coordinate representation of color #E1B997: hue angle of 27.57º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1B997 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 151 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.12 |
| HSL | 27.57º | 0.55% | 0.74% | - |
| HSV(B) | 27.57º | 0.33% | 0.88% | - |
| XYZ | 53.99 | 52.94 | 36.65 | - |
| YUV | 193.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 151 | 0 | 0.18 | 0.33 | 0.12 | 27.57 | 0.55 | 0.74 |
| Hex | E1 | B9 | 97 | 0 | 12 | 21 | C | 1C | 37 | 4A |
| Octal | 341 | 271 | 227 | 0 | 22 | 41 | 14 | 34 | 67 | 112 |
| Binary | 11100001 | 10111001 | 10010111 | 0 | 10010 | 100001 | 1100 | 11100 | 110111 | 1001010 |
Color Harmonies of #E1B997
Complementary color
Monochromatic Colors of #E1B997
Black with #E1B997
Text Example
Text Example
White with #E1B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B997; }
p { color: rgb(225,185,151); }
H1.HeaderClassName
{
color: #E1B997;
}
.AnyTagClassName
{
color: #E1B997;
}
</style>
background-color css
<style>
a { background-color: #E1B997; }
a { background-color: rgb(225,185,151); }
div.DivClassName
{
background-color: #E1B997;
}
.BgClassName
{
background-color: #E1B997;
}
</style>
border-color css
<style>
span { border-color: #E1B997; }
span { border-color: rgb(225,185,151); }
td.TdClassName
{
border-color: #E1B997;
}
.TagClassName
{
border-color: #E1B997;
}
</style>