Shades of Pancho #E9BA97
Tints of Pancho #E9BA97
RGB
CMYK
RGB Variations
Color information
#E9BA97 (or 0xE9BA97) is known color: Pancho. HEX triplet: E9, BA and 97. RGB value is (233,186,151). Sum of RGB (Red+Green+Blue) = 233+186+151=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BA97 is #164568. Grayscale: #C4C4C4. Windows color (decimal): -1459561 or 9943785. OLE color: 9943785.
HSL color Cylindrical-coordinate representation of color #E9BA97: hue angle of 25.61º degrees, saturation: 0.65, 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 #E9BA97 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 151 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.09 |
| HSL | 25.61º | 0.65% | 0.75% | - |
| HSV(B) | 25.61º | 0.35% | 0.91% | - |
| XYZ | 56.75 | 54.68 | 36.84 | - |
| YUV | 196.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 151 | 0 | 0.20 | 0.35 | 0.09 | 25.61 | 0.65 | 0.75 |
| Hex | E9 | BA | 97 | 0 | 14 | 23 | 9 | 1A | 41 | 4B |
| Octal | 351 | 272 | 227 | 0 | 24 | 43 | 11 | 32 | 101 | 113 |
| Binary | 11101001 | 10111010 | 10010111 | 0 | 10100 | 100011 | 1001 | 11010 | 1000001 | 1001011 |
Color Harmonies of #E9BA97
Complementary color
Monochromatic Colors of #E9BA97
Black with #E9BA97
Text Example
Text Example
White with #E9BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA97; }
p { color: rgb(233,186,151); }
H1.HeaderClassName
{
color: #E9BA97;
}
.AnyTagClassName
{
color: #E9BA97;
}
</style>
background-color css
<style>
a { background-color: #E9BA97; }
a { background-color: rgb(233,186,151); }
div.DivClassName
{
background-color: #E9BA97;
}
.BgClassName
{
background-color: #E9BA97;
}
</style>
border-color css
<style>
span { border-color: #E9BA97; }
span { border-color: rgb(233,186,151); }
td.TdClassName
{
border-color: #E9BA97;
}
.TagClassName
{
border-color: #E9BA97;
}
</style>