Shades of Pancho #E7B791
Tints of Pancho #E7B791
RGB
CMYK
RGB Variations
Color information
#E7B791 (or 0xE7B791) is known color: Pancho. HEX triplet: E7, B7 and 91. RGB value is (231,183,145). Sum of RGB (Red+Green+Blue) = 231+183+145=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B791 is #18486E. Grayscale: #C1C1C1. Windows color (decimal): -1591407 or 9549799. OLE color: 9549799.
HSL color Cylindrical-coordinate representation of color #E7B791: hue angle of 26.51º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7B791 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 145 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.09 |
| HSL | 26.51º | 0.64% | 0.74% | - |
| HSV(B) | 26.51º | 0.37% | 0.91% | - |
| XYZ | 55 | 52.9 | 34.1 | - |
| YUV | 193.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 145 | 0 | 0.21 | 0.37 | 0.09 | 26.51 | 0.64 | 0.74 |
| Hex | E7 | B7 | 91 | 0 | 15 | 25 | 9 | 1B | 40 | 4A |
| Octal | 347 | 267 | 221 | 0 | 25 | 45 | 11 | 33 | 100 | 112 |
| Binary | 11100111 | 10110111 | 10010001 | 0 | 10101 | 100101 | 1001 | 11011 | 1000000 | 1001010 |
Color Harmonies of #E7B791
Complementary color
Monochromatic Colors of #E7B791
Black with #E7B791
Text Example
Text Example
White with #E7B791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B791; }
p { color: rgb(231,183,145); }
H1.HeaderClassName
{
color: #E7B791;
}
.AnyTagClassName
{
color: #E7B791;
}
</style>
background-color css
<style>
a { background-color: #E7B791; }
a { background-color: rgb(231,183,145); }
div.DivClassName
{
background-color: #E7B791;
}
.BgClassName
{
background-color: #E7B791;
}
</style>
border-color css
<style>
span { border-color: #E7B791; }
span { border-color: rgb(231,183,145); }
td.TdClassName
{
border-color: #E7B791;
}
.TagClassName
{
border-color: #E7B791;
}
</style>