Shades of Pancho #E0B496
Tints of Pancho #E0B496
RGB
CMYK
RGB Variations
Color information
#E0B496 (or 0xE0B496) is known color: Pancho. HEX triplet: E0, B4 and 96. RGB value is (224,180,150). Sum of RGB (Red+Green+Blue) = 224+180+150=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B496 is #1F4B69. Grayscale: #BDBDBD. Windows color (decimal): -2050922 or 9876704. OLE color: 9876704.
HSL color Cylindrical-coordinate representation of color #E0B496: hue angle of 24.32º 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 #E0B496 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 180 | 150 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.12 |
| HSL | 24.32º | 0.54% | 0.73% | - |
| HSV(B) | 24.32º | 0.33% | 0.88% | - |
| XYZ | 52.57 | 50.69 | 35.87 | - |
| YUV | 189.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 150 | 0 | 0.20 | 0.33 | 0.12 | 24.32 | 0.54 | 0.73 |
| Hex | E0 | B4 | 96 | 0 | 14 | 21 | C | 18 | 36 | 49 |
| Octal | 340 | 264 | 226 | 0 | 24 | 41 | 14 | 30 | 66 | 111 |
| Binary | 11100000 | 10110100 | 10010110 | 0 | 10100 | 100001 | 1100 | 11000 | 110110 | 1001001 |
Color Harmonies of #E0B496
Complementary color
Monochromatic Colors of #E0B496
Black with #E0B496
Text Example
Text Example
White with #E0B496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B496; }
p { color: rgb(224,180,150); }
H1.HeaderClassName
{
color: #E0B496;
}
.AnyTagClassName
{
color: #E0B496;
}
</style>
background-color css
<style>
a { background-color: #E0B496; }
a { background-color: rgb(224,180,150); }
div.DivClassName
{
background-color: #E0B496;
}
.BgClassName
{
background-color: #E0B496;
}
</style>
border-color css
<style>
span { border-color: #E0B496; }
span { border-color: rgb(224,180,150); }
td.TdClassName
{
border-color: #E0B496;
}
.TagClassName
{
border-color: #E0B496;
}
</style>