Shades of Pancho #E0B498
Tints of Pancho #E0B498
RGB
CMYK
RGB Variations
Color information
#E0B498 (or 0xE0B498) is known color: Pancho. HEX triplet: E0, B4 and 98. RGB value is (224,180,152). Sum of RGB (Red+Green+Blue) = 224+180+152=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B498 is #1F4B67. Grayscale: #BEBEBE. Windows color (decimal): -2050920 or 10007776. OLE color: 10007776.
HSL color Cylindrical-coordinate representation of color #E0B498: hue angle of 23.33º degrees, saturation: 0.54, 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 #E0B498 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 180 | 152 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.12 |
| HSL | 23.33º | 0.54% | 0.74% | - |
| HSV(B) | 23.33º | 0.32% | 0.88% | - |
| XYZ | 52.73 | 50.76 | 36.72 | - |
| YUV | 189.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 152 | 0 | 0.20 | 0.32 | 0.12 | 23.33 | 0.54 | 0.74 |
| Hex | E0 | B4 | 98 | 0 | 14 | 20 | C | 17 | 36 | 4A |
| Octal | 340 | 264 | 230 | 0 | 24 | 40 | 14 | 27 | 66 | 112 |
| Binary | 11100000 | 10110100 | 10011000 | 0 | 10100 | 100000 | 1100 | 10111 | 110110 | 1001010 |
Color Harmonies of #E0B498
Complementary color
Monochromatic Colors of #E0B498
Black with #E0B498
Text Example
Text Example
White with #E0B498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B498; }
p { color: rgb(224,180,152); }
H1.HeaderClassName
{
color: #E0B498;
}
.AnyTagClassName
{
color: #E0B498;
}
</style>
background-color css
<style>
a { background-color: #E0B498; }
a { background-color: rgb(224,180,152); }
div.DivClassName
{
background-color: #E0B498;
}
.BgClassName
{
background-color: #E0B498;
}
</style>
border-color css
<style>
span { border-color: #E0B498; }
span { border-color: rgb(224,180,152); }
td.TdClassName
{
border-color: #E0B498;
}
.TagClassName
{
border-color: #E0B498;
}
</style>