Shades of Pancho #E9BB98
Tints of Pancho #E9BB98
RGB
CMYK
RGB Variations
Color information
#E9BB98 (or 0xE9BB98) is known color: Pancho. HEX triplet: E9, BB and 98. RGB value is (233,187,152). Sum of RGB (Red+Green+Blue) = 233+187+152=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BB98 is #164467. Grayscale: #C4C4C4. Windows color (decimal): -1459304 or 10009577. OLE color: 10009577.
HSL color Cylindrical-coordinate representation of color #E9BB98: hue angle of 25.93º 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 #E9BB98 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 152 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.09 |
| HSL | 25.93º | 0.65% | 0.75% | - |
| HSV(B) | 25.93º | 0.35% | 0.91% | - |
| XYZ | 57.04 | 55.13 | 37.34 | - |
| YUV | 196.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 152 | 0 | 0.20 | 0.35 | 0.09 | 25.93 | 0.65 | 0.75 |
| Hex | E9 | BB | 98 | 0 | 14 | 23 | 9 | 1A | 41 | 4B |
| Octal | 351 | 273 | 230 | 0 | 24 | 43 | 11 | 32 | 101 | 113 |
| Binary | 11101001 | 10111011 | 10011000 | 0 | 10100 | 100011 | 1001 | 11010 | 1000001 | 1001011 |
Color Harmonies of #E9BB98
Complementary color
Monochromatic Colors of #E9BB98
Black with #E9BB98
Text Example
Text Example
White with #E9BB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BB98; }
p { color: rgb(233,187,152); }
H1.HeaderClassName
{
color: #E9BB98;
}
.AnyTagClassName
{
color: #E9BB98;
}
</style>
background-color css
<style>
a { background-color: #E9BB98; }
a { background-color: rgb(233,187,152); }
div.DivClassName
{
background-color: #E9BB98;
}
.BgClassName
{
background-color: #E9BB98;
}
</style>
border-color css
<style>
span { border-color: #E9BB98; }
span { border-color: rgb(233,187,152); }
td.TdClassName
{
border-color: #E9BB98;
}
.TagClassName
{
border-color: #E9BB98;
}
</style>