Shades of Pancho #E5B294
Tints of Pancho #E5B294
RGB
CMYK
RGB Variations
Color information
#E5B294 (or 0xE5B294) is known color: Pancho. HEX triplet: E5, B2 and 94. RGB value is (229,178,148). Sum of RGB (Red+Green+Blue) = 229+178+148=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B294 is #1A4D6B. Grayscale: #BEBEBE. Windows color (decimal): -1723756 or 9745125. OLE color: 9745125.
HSL color Cylindrical-coordinate representation of color #E5B294: hue angle of 22.22º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5B294 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 148 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.10 |
| HSL | 22.22º | 0.61% | 0.74% | - |
| HSV(B) | 22.22º | 0.35% | 0.9% | - |
| XYZ | 53.58 | 50.64 | 34.97 | - |
| YUV | 189.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 148 | 0 | 0.22 | 0.35 | 0.10 | 22.22 | 0.61 | 0.74 |
| Hex | E5 | B2 | 94 | 0 | 16 | 23 | A | 16 | 3D | 4A |
| Octal | 345 | 262 | 224 | 0 | 26 | 43 | 12 | 26 | 75 | 112 |
| Binary | 11100101 | 10110010 | 10010100 | 0 | 10110 | 100011 | 1010 | 10110 | 111101 | 1001010 |
Color Harmonies of #E5B294
Complementary color
Monochromatic Colors of #E5B294
Black with #E5B294
Text Example
Text Example
White with #E5B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B294; }
p { color: rgb(229,178,148); }
H1.HeaderClassName
{
color: #E5B294;
}
.AnyTagClassName
{
color: #E5B294;
}
</style>
background-color css
<style>
a { background-color: #E5B294; }
a { background-color: rgb(229,178,148); }
div.DivClassName
{
background-color: #E5B294;
}
.BgClassName
{
background-color: #E5B294;
}
</style>
border-color css
<style>
span { border-color: #E5B294; }
span { border-color: rgb(229,178,148); }
td.TdClassName
{
border-color: #E5B294;
}
.TagClassName
{
border-color: #E5B294;
}
</style>