Shades of Pancho #E1B797
Tints of Pancho #E1B797
RGB
CMYK
RGB Variations
Color information
#E1B797 (or 0xE1B797) is known color: Pancho. HEX triplet: E1, B7 and 97. RGB value is (225,183,151). Sum of RGB (Red+Green+Blue) = 225+183+151=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B797 is #1E4868. Grayscale: #C0C0C0. Windows color (decimal): -1984617 or 9943009. OLE color: 9943009.
HSL color Cylindrical-coordinate representation of color #E1B797: hue angle of 25.95º 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 #E1B797 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 151 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.12 |
| HSL | 25.95º | 0.55% | 0.74% | - |
| HSV(B) | 25.95º | 0.33% | 0.88% | - |
| XYZ | 53.57 | 52.11 | 36.51 | - |
| YUV | 191.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 151 | 0 | 0.19 | 0.33 | 0.12 | 25.95 | 0.55 | 0.74 |
| Hex | E1 | B7 | 97 | 0 | 13 | 21 | C | 1A | 37 | 4A |
| Octal | 341 | 267 | 227 | 0 | 23 | 41 | 14 | 32 | 67 | 112 |
| Binary | 11100001 | 10110111 | 10010111 | 0 | 10011 | 100001 | 1100 | 11010 | 110111 | 1001010 |
Color Harmonies of #E1B797
Complementary color
Monochromatic Colors of #E1B797
Black with #E1B797
Text Example
Text Example
White with #E1B797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B797; }
p { color: rgb(225,183,151); }
H1.HeaderClassName
{
color: #E1B797;
}
.AnyTagClassName
{
color: #E1B797;
}
</style>
background-color css
<style>
a { background-color: #E1B797; }
a { background-color: rgb(225,183,151); }
div.DivClassName
{
background-color: #E1B797;
}
.BgClassName
{
background-color: #E1B797;
}
</style>
border-color css
<style>
span { border-color: #E1B797; }
span { border-color: rgb(225,183,151); }
td.TdClassName
{
border-color: #E1B797;
}
.TagClassName
{
border-color: #E1B797;
}
</style>