Shades of Pancho #E7BA96
Tints of Pancho #E7BA96
RGB
CMYK
RGB Variations
Color information
#E7BA96 (or 0xE7BA96) is known color: Pancho. HEX triplet: E7, BA and 96. RGB value is (231,186,150). Sum of RGB (Red+Green+Blue) = 231+186+150=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA96 is #184569. Grayscale: #C3C3C3. Windows color (decimal): -1590634 or 9878247. OLE color: 9878247.
HSL color Cylindrical-coordinate representation of color #E7BA96: hue angle of 26.67º 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 #E7BA96 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 150 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.09 |
| HSL | 26.67º | 0.63% | 0.75% | - |
| HSV(B) | 26.67º | 0.35% | 0.91% | - |
| XYZ | 56.02 | 54.31 | 36.38 | - |
| YUV | 195.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 150 | 0 | 0.19 | 0.35 | 0.09 | 26.67 | 0.63 | 0.75 |
| Hex | E7 | BA | 96 | 0 | 13 | 23 | 9 | 1B | 3F | 4B |
| Octal | 347 | 272 | 226 | 0 | 23 | 43 | 11 | 33 | 77 | 113 |
| Binary | 11100111 | 10111010 | 10010110 | 0 | 10011 | 100011 | 1001 | 11011 | 111111 | 1001011 |
Color Harmonies of #E7BA96
Complementary color
Monochromatic Colors of #E7BA96
Black with #E7BA96
Text Example
Text Example
White with #E7BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA96; }
p { color: rgb(231,186,150); }
H1.HeaderClassName
{
color: #E7BA96;
}
.AnyTagClassName
{
color: #E7BA96;
}
</style>
background-color css
<style>
a { background-color: #E7BA96; }
a { background-color: rgb(231,186,150); }
div.DivClassName
{
background-color: #E7BA96;
}
.BgClassName
{
background-color: #E7BA96;
}
</style>
border-color css
<style>
span { border-color: #E7BA96; }
span { border-color: rgb(231,186,150); }
td.TdClassName
{
border-color: #E7BA96;
}
.TagClassName
{
border-color: #E7BA96;
}
</style>