Shades of Pancho #E7BA95
Tints of Pancho #E7BA95
RGB
CMYK
RGB Variations
Color information
#E7BA95 (or 0xE7BA95) is known color: Pancho. HEX triplet: E7, BA and 95. RGB value is (231,186,149). Sum of RGB (Red+Green+Blue) = 231+186+149=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA95 is #18456A. Grayscale: #C3C3C3. Windows color (decimal): -1590635 or 9812711. OLE color: 9812711.
HSL color Cylindrical-coordinate representation of color #E7BA95: hue angle of 27.07º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7BA95 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 149 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.09 |
| HSL | 27.07º | 0.63% | 0.75% | - |
| HSV(B) | 27.07º | 0.35% | 0.91% | - |
| XYZ | 55.94 | 54.28 | 35.96 | - |
| YUV | 195.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 149 | 0 | 0.19 | 0.35 | 0.09 | 27.07 | 0.63 | 0.75 |
| Hex | E7 | BA | 95 | 0 | 13 | 23 | 9 | 1B | 3F | 4B |
| Octal | 347 | 272 | 225 | 0 | 23 | 43 | 11 | 33 | 77 | 113 |
| Binary | 11100111 | 10111010 | 10010101 | 0 | 10011 | 100011 | 1001 | 11011 | 111111 | 1001011 |
Color Harmonies of #E7BA95
Complementary color
Monochromatic Colors of #E7BA95
Black with #E7BA95
Text Example
Text Example
White with #E7BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA95; }
p { color: rgb(231,186,149); }
H1.HeaderClassName
{
color: #E7BA95;
}
.AnyTagClassName
{
color: #E7BA95;
}
</style>
background-color css
<style>
a { background-color: #E7BA95; }
a { background-color: rgb(231,186,149); }
div.DivClassName
{
background-color: #E7BA95;
}
.BgClassName
{
background-color: #E7BA95;
}
</style>
border-color css
<style>
span { border-color: #E7BA95; }
span { border-color: rgb(231,186,149); }
td.TdClassName
{
border-color: #E7BA95;
}
.TagClassName
{
border-color: #E7BA95;
}
</style>