Shades of Pancho #E0B499
Tints of Pancho #E0B499
RGB
CMYK
RGB Variations
Color information
#E0B499 (or 0xE0B499) is known color: Pancho. HEX triplet: E0, B4 and 99. RGB value is (224,180,153). Sum of RGB (Red+Green+Blue) = 224+180+153=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B499 is #1F4B66. Grayscale: #BEBEBE. Windows color (decimal): -2050919 or 10073312. OLE color: 10073312.
HSL color Cylindrical-coordinate representation of color #E0B499: hue angle of 22.82º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0B499 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 180 | 153 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.12 |
| HSL | 22.82º | 0.53% | 0.74% | - |
| HSV(B) | 22.82º | 0.32% | 0.88% | - |
| XYZ | 52.81 | 50.79 | 37.16 | - |
| YUV | 190.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 153 | 0 | 0.20 | 0.32 | 0.12 | 22.82 | 0.53 | 0.74 |
| Hex | E0 | B4 | 99 | 0 | 14 | 20 | C | 17 | 35 | 4A |
| Octal | 340 | 264 | 231 | 0 | 24 | 40 | 14 | 27 | 65 | 112 |
| Binary | 11100000 | 10110100 | 10011001 | 0 | 10100 | 100000 | 1100 | 10111 | 110101 | 1001010 |
Color Harmonies of #E0B499
Complementary color
Monochromatic Colors of #E0B499
Black with #E0B499
Text Example
Text Example
White with #E0B499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B499; }
p { color: rgb(224,180,153); }
H1.HeaderClassName
{
color: #E0B499;
}
.AnyTagClassName
{
color: #E0B499;
}
</style>
background-color css
<style>
a { background-color: #E0B499; }
a { background-color: rgb(224,180,153); }
div.DivClassName
{
background-color: #E0B499;
}
.BgClassName
{
background-color: #E0B499;
}
</style>
border-color css
<style>
span { border-color: #E0B499; }
span { border-color: rgb(224,180,153); }
td.TdClassName
{
border-color: #E0B499;
}
.TagClassName
{
border-color: #E0B499;
}
</style>