Shades of Pancho #E2B092
Tints of Pancho #E2B092
RGB
CMYK
RGB Variations
Color information
#E2B092 (or 0xE2B092) is known color: Pancho. HEX triplet: E2, B0 and 92. RGB value is (226,176,146). Sum of RGB (Red+Green+Blue) = 226+176+146=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B092 is #1D4F6D. Grayscale: #BBBBBB. Windows color (decimal): -1920878 or 9613538. OLE color: 9613538.
HSL color Cylindrical-coordinate representation of color #E2B092: hue angle of 22.5º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2B092 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 146 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.11 |
| HSL | 22.5º | 0.58% | 0.73% | - |
| HSV(B) | 22.5º | 0.35% | 0.89% | - |
| XYZ | 52.08 | 49.29 | 33.96 | - |
| YUV | 187.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 146 | 0 | 0.22 | 0.35 | 0.11 | 22.5 | 0.58 | 0.73 |
| Hex | E2 | B0 | 92 | 0 | 16 | 23 | B | 16 | 3A | 49 |
| Octal | 342 | 260 | 222 | 0 | 26 | 43 | 13 | 26 | 72 | 111 |
| Binary | 11100010 | 10110000 | 10010010 | 0 | 10110 | 100011 | 1011 | 10110 | 111010 | 1001001 |
Color Harmonies of #E2B092
Complementary color
Monochromatic Colors of #E2B092
Black with #E2B092
Text Example
Text Example
White with #E2B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B092; }
p { color: rgb(226,176,146); }
H1.HeaderClassName
{
color: #E2B092;
}
.AnyTagClassName
{
color: #E2B092;
}
</style>
background-color css
<style>
a { background-color: #E2B092; }
a { background-color: rgb(226,176,146); }
div.DivClassName
{
background-color: #E2B092;
}
.BgClassName
{
background-color: #E2B092;
}
</style>
border-color css
<style>
span { border-color: #E2B092; }
span { border-color: rgb(226,176,146); }
td.TdClassName
{
border-color: #E2B092;
}
.TagClassName
{
border-color: #E2B092;
}
</style>