Shades of Pancho #E0B396
Tints of Pancho #E0B396
RGB
CMYK
RGB Variations
Color information
#E0B396 (or 0xE0B396) is known color: Pancho. HEX triplet: E0, B3 and 96. RGB value is (224,179,150). Sum of RGB (Red+Green+Blue) = 224+179+150=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B396 is #1F4C69. Grayscale: #BDBDBD. Windows color (decimal): -2051178 or 9876448. OLE color: 9876448.
HSL color Cylindrical-coordinate representation of color #E0B396: hue angle of 23.51º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0B396 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 150 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.12 |
| HSL | 23.51º | 0.54% | 0.73% | - |
| HSV(B) | 23.51º | 0.33% | 0.88% | - |
| XYZ | 52.37 | 50.29 | 35.8 | - |
| YUV | 189.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 150 | 0 | 0.20 | 0.33 | 0.12 | 23.51 | 0.54 | 0.73 |
| Hex | E0 | B3 | 96 | 0 | 14 | 21 | C | 18 | 36 | 49 |
| Octal | 340 | 263 | 226 | 0 | 24 | 41 | 14 | 30 | 66 | 111 |
| Binary | 11100000 | 10110011 | 10010110 | 0 | 10100 | 100001 | 1100 | 11000 | 110110 | 1001001 |
Color Harmonies of #E0B396
Complementary color
Monochromatic Colors of #E0B396
Black with #E0B396
Text Example
Text Example
White with #E0B396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B396; }
p { color: rgb(224,179,150); }
H1.HeaderClassName
{
color: #E0B396;
}
.AnyTagClassName
{
color: #E0B396;
}
</style>
background-color css
<style>
a { background-color: #E0B396; }
a { background-color: rgb(224,179,150); }
div.DivClassName
{
background-color: #E0B396;
}
.BgClassName
{
background-color: #E0B396;
}
</style>
border-color css
<style>
span { border-color: #E0B396; }
span { border-color: rgb(224,179,150); }
td.TdClassName
{
border-color: #E0B396;
}
.TagClassName
{
border-color: #E0B396;
}
</style>