Shades of Pancho #E7BA91
Tints of Pancho #E7BA91
RGB
CMYK
RGB Variations
Color information
#E7BA91 (or 0xE7BA91) is known color: Pancho. HEX triplet: E7, BA and 91. RGB value is (231,186,145). Sum of RGB (Red+Green+Blue) = 231+186+145=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA91 is #18456E. Grayscale: #C2C2C2. Windows color (decimal): -1590639 or 9550567. OLE color: 9550567.
HSL color Cylindrical-coordinate representation of color #E7BA91: hue angle of 28.6º 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 #E7BA91 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 145 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.09 |
| HSL | 28.6º | 0.64% | 0.74% | - |
| HSV(B) | 28.6º | 0.37% | 0.91% | - |
| XYZ | 55.62 | 54.15 | 34.31 | - |
| YUV | 194.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 145 | 0 | 0.19 | 0.37 | 0.09 | 28.6 | 0.64 | 0.74 |
| Hex | E7 | BA | 91 | 0 | 13 | 25 | 9 | 1D | 40 | 4A |
| Octal | 347 | 272 | 221 | 0 | 23 | 45 | 11 | 35 | 100 | 112 |
| Binary | 11100111 | 10111010 | 10010001 | 0 | 10011 | 100101 | 1001 | 11101 | 1000000 | 1001010 |
Color Harmonies of #E7BA91
Complementary color
Monochromatic Colors of #E7BA91
Black with #E7BA91
Text Example
Text Example
White with #E7BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA91; }
p { color: rgb(231,186,145); }
H1.HeaderClassName
{
color: #E7BA91;
}
.AnyTagClassName
{
color: #E7BA91;
}
</style>
background-color css
<style>
a { background-color: #E7BA91; }
a { background-color: rgb(231,186,145); }
div.DivClassName
{
background-color: #E7BA91;
}
.BgClassName
{
background-color: #E7BA91;
}
</style>
border-color css
<style>
span { border-color: #E7BA91; }
span { border-color: rgb(231,186,145); }
td.TdClassName
{
border-color: #E7BA91;
}
.TagClassName
{
border-color: #E7BA91;
}
</style>