Shades of Pancho #E8B996
Tints of Pancho #E8B996
RGB
CMYK
RGB Variations
Color information
#E8B996 (or 0xE8B996) is known color: Pancho. HEX triplet: E8, B9 and 96. RGB value is (232,185,150). Sum of RGB (Red+Green+Blue) = 232+185+150=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B996 is #174669. Grayscale: #C3C3C3. Windows color (decimal): -1525354 or 9877992. OLE color: 9877992.
HSL color Cylindrical-coordinate representation of color #E8B996: hue angle of 25.61º degrees, saturation: 0.64, 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 #E8B996 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 185 | 150 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.09 |
| HSL | 25.61º | 0.64% | 0.75% | - |
| HSV(B) | 25.61º | 0.35% | 0.91% | - |
| XYZ | 56.13 | 54.06 | 36.33 | - |
| YUV | 195.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 185 | 150 | 0 | 0.20 | 0.35 | 0.09 | 25.61 | 0.64 | 0.75 |
| Hex | E8 | B9 | 96 | 0 | 14 | 23 | 9 | 1A | 40 | 4B |
| Octal | 350 | 271 | 226 | 0 | 24 | 43 | 11 | 32 | 100 | 113 |
| Binary | 11101000 | 10111001 | 10010110 | 0 | 10100 | 100011 | 1001 | 11010 | 1000000 | 1001011 |
Color Harmonies of #E8B996
Complementary color
Monochromatic Colors of #E8B996
Black with #E8B996
Text Example
Text Example
White with #E8B996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B996; }
p { color: rgb(232,185,150); }
H1.HeaderClassName
{
color: #E8B996;
}
.AnyTagClassName
{
color: #E8B996;
}
</style>
background-color css
<style>
a { background-color: #E8B996; }
a { background-color: rgb(232,185,150); }
div.DivClassName
{
background-color: #E8B996;
}
.BgClassName
{
background-color: #E8B996;
}
</style>
border-color css
<style>
span { border-color: #E8B996; }
span { border-color: rgb(232,185,150); }
td.TdClassName
{
border-color: #E8B996;
}
.TagClassName
{
border-color: #E8B996;
}
</style>