Shades of Pancho #E9BC96
Tints of Pancho #E9BC96
RGB
CMYK
RGB Variations
Color information
#E9BC96 (or 0xE9BC96) is known color: Pancho. HEX triplet: E9, BC and 96. RGB value is (233,188,150). Sum of RGB (Red+Green+Blue) = 233+188+150=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BC96 is #164369. Grayscale: #C5C5C5. Windows color (decimal): -1459050 or 9878761. OLE color: 9878761.
HSL color Cylindrical-coordinate representation of color #E9BC96: hue angle of 27.47º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9BC96 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 150 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.09 |
| HSL | 27.47º | 0.65% | 0.75% | - |
| HSV(B) | 27.47º | 0.36% | 0.91% | - |
| XYZ | 57.09 | 55.49 | 36.56 | - |
| YUV | 197.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 150 | 0 | 0.19 | 0.36 | 0.09 | 27.47 | 0.65 | 0.75 |
| Hex | E9 | BC | 96 | 0 | 13 | 24 | 9 | 1B | 41 | 4B |
| Octal | 351 | 274 | 226 | 0 | 23 | 44 | 11 | 33 | 101 | 113 |
| Binary | 11101001 | 10111100 | 10010110 | 0 | 10011 | 100100 | 1001 | 11011 | 1000001 | 1001011 |
Color Harmonies of #E9BC96
Complementary color
Monochromatic Colors of #E9BC96
Black with #E9BC96
Text Example
Text Example
White with #E9BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC96; }
p { color: rgb(233,188,150); }
H1.HeaderClassName
{
color: #E9BC96;
}
.AnyTagClassName
{
color: #E9BC96;
}
</style>
background-color css
<style>
a { background-color: #E9BC96; }
a { background-color: rgb(233,188,150); }
div.DivClassName
{
background-color: #E9BC96;
}
.BgClassName
{
background-color: #E9BC96;
}
</style>
border-color css
<style>
span { border-color: #E9BC96; }
span { border-color: rgb(233,188,150); }
td.TdClassName
{
border-color: #E9BC96;
}
.TagClassName
{
border-color: #E9BC96;
}
</style>