Shades of Pancho #E7BA9B
Tints of Pancho #E7BA9B
RGB
CMYK
RGB Variations
Color information
#E7BA9B (or 0xE7BA9B) is known color: Pancho. HEX triplet: E7, BA and 9B. RGB value is (231,186,155). Sum of RGB (Red+Green+Blue) = 231+186+155=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA9B is #184564. Grayscale: #C4C4C4. Windows color (decimal): -1590629 or 10205927. OLE color: 10205927.
HSL color Cylindrical-coordinate representation of color #E7BA9B: hue angle of 24.47º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7BA9B is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 155 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.09 |
| HSL | 24.47º | 0.61% | 0.76% | - |
| HSV(B) | 24.47º | 0.33% | 0.91% | - |
| XYZ | 56.43 | 54.47 | 38.55 | - |
| YUV | 195.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 155 | 0 | 0.19 | 0.33 | 0.09 | 24.47 | 0.61 | 0.76 |
| Hex | E7 | BA | 9B | 0 | 13 | 21 | 9 | 18 | 3D | 4C |
| Octal | 347 | 272 | 233 | 0 | 23 | 41 | 11 | 30 | 75 | 114 |
| Binary | 11100111 | 10111010 | 10011011 | 0 | 10011 | 100001 | 1001 | 11000 | 111101 | 1001100 |
Color Harmonies of #E7BA9B
Complementary color
Monochromatic Colors of #E7BA9B
Black with #E7BA9B
Text Example
Text Example
White with #E7BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA9B; }
p { color: rgb(231,186,155); }
H1.HeaderClassName
{
color: #E7BA9B;
}
.AnyTagClassName
{
color: #E7BA9B;
}
</style>
background-color css
<style>
a { background-color: #E7BA9B; }
a { background-color: rgb(231,186,155); }
div.DivClassName
{
background-color: #E7BA9B;
}
.BgClassName
{
background-color: #E7BA9B;
}
</style>
border-color css
<style>
span { border-color: #E7BA9B; }
span { border-color: rgb(231,186,155); }
td.TdClassName
{
border-color: #E7BA9B;
}
.TagClassName
{
border-color: #E7BA9B;
}
</style>