Shades of Pancho #E0B492
Tints of Pancho #E0B492
RGB
CMYK
RGB Variations
Color information
#E0B492 (or 0xE0B492) is known color: Pancho. HEX triplet: E0, B4 and 92. RGB value is (224,180,146). Sum of RGB (Red+Green+Blue) = 224+180+146=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B492 is #1F4B6D. Grayscale: #BDBDBD. Windows color (decimal): -2050926 or 9614560. OLE color: 9614560.
HSL color Cylindrical-coordinate representation of color #E0B492: hue angle of 26.15º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0B492 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 180 | 146 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.12 |
| HSL | 26.15º | 0.56% | 0.73% | - |
| HSV(B) | 26.15º | 0.35% | 0.88% | - |
| XYZ | 52.25 | 50.57 | 34.2 | - |
| YUV | 189.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 146 | 0 | 0.20 | 0.35 | 0.12 | 26.15 | 0.56 | 0.73 |
| Hex | E0 | B4 | 92 | 0 | 14 | 23 | C | 1A | 38 | 49 |
| Octal | 340 | 264 | 222 | 0 | 24 | 43 | 14 | 32 | 70 | 111 |
| Binary | 11100000 | 10110100 | 10010010 | 0 | 10100 | 100011 | 1100 | 11010 | 111000 | 1001001 |
Color Harmonies of #E0B492
Complementary color
Monochromatic Colors of #E0B492
Black with #E0B492
Text Example
Text Example
White with #E0B492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B492; }
p { color: rgb(224,180,146); }
H1.HeaderClassName
{
color: #E0B492;
}
.AnyTagClassName
{
color: #E0B492;
}
</style>
background-color css
<style>
a { background-color: #E0B492; }
a { background-color: rgb(224,180,146); }
div.DivClassName
{
background-color: #E0B492;
}
.BgClassName
{
background-color: #E0B492;
}
</style>
border-color css
<style>
span { border-color: #E0B492; }
span { border-color: rgb(224,180,146); }
td.TdClassName
{
border-color: #E0B492;
}
.TagClassName
{
border-color: #E0B492;
}
</style>