Shades of Pancho #E5B092
Tints of Pancho #E5B092
RGB
CMYK
RGB Variations
Color information
#E5B092 (or 0xE5B092) is known color: Pancho. HEX triplet: E5, B0 and 92. RGB value is (229,176,146). Sum of RGB (Red+Green+Blue) = 229+176+146=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B092 is #1A4F6D. Grayscale: #BCBCBC. Windows color (decimal): -1724270 or 9613541. OLE color: 9613541.
HSL color Cylindrical-coordinate representation of color #E5B092: hue angle of 21.69º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5B092 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 146 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.10 |
| HSL | 21.69º | 0.61% | 0.74% | - |
| HSV(B) | 21.69º | 0.36% | 0.9% | - |
| XYZ | 53.03 | 49.78 | 34.01 | - |
| YUV | 188.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 146 | 0 | 0.23 | 0.36 | 0.10 | 21.69 | 0.61 | 0.74 |
| Hex | E5 | B0 | 92 | 0 | 17 | 24 | A | 16 | 3D | 4A |
| Octal | 345 | 260 | 222 | 0 | 27 | 44 | 12 | 26 | 75 | 112 |
| Binary | 11100101 | 10110000 | 10010010 | 0 | 10111 | 100100 | 1010 | 10110 | 111101 | 1001010 |
Color Harmonies of #E5B092
Complementary color
Monochromatic Colors of #E5B092
Black with #E5B092
Text Example
Text Example
White with #E5B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B092; }
p { color: rgb(229,176,146); }
H1.HeaderClassName
{
color: #E5B092;
}
.AnyTagClassName
{
color: #E5B092;
}
</style>
background-color css
<style>
a { background-color: #E5B092; }
a { background-color: rgb(229,176,146); }
div.DivClassName
{
background-color: #E5B092;
}
.BgClassName
{
background-color: #E5B092;
}
</style>
border-color css
<style>
span { border-color: #E5B092; }
span { border-color: rgb(229,176,146); }
td.TdClassName
{
border-color: #E5B092;
}
.TagClassName
{
border-color: #E5B092;
}
</style>