Shades of Pancho #E5BA95
Tints of Pancho #E5BA95
RGB
CMYK
RGB Variations
Color information
#E5BA95 (or 0xE5BA95) is known color: Pancho. HEX triplet: E5, BA and 95. RGB value is (229,186,149). Sum of RGB (Red+Green+Blue) = 229+186+149=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA95 is #1A456A. Grayscale: #C2C2C2. Windows color (decimal): -1721707 or 9812709. OLE color: 9812709.
HSL color Cylindrical-coordinate representation of color #E5BA95: hue angle of 27.75º 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 #E5BA95 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 149 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.10 |
| HSL | 27.75º | 0.61% | 0.74% | - |
| HSV(B) | 27.75º | 0.35% | 0.9% | - |
| XYZ | 55.3 | 53.95 | 35.93 | - |
| YUV | 194.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 149 | 0 | 0.19 | 0.35 | 0.10 | 27.75 | 0.61 | 0.74 |
| Hex | E5 | BA | 95 | 0 | 13 | 23 | A | 1C | 3D | 4A |
| Octal | 345 | 272 | 225 | 0 | 23 | 43 | 12 | 34 | 75 | 112 |
| Binary | 11100101 | 10111010 | 10010101 | 0 | 10011 | 100011 | 1010 | 11100 | 111101 | 1001010 |
Color Harmonies of #E5BA95
Complementary color
Monochromatic Colors of #E5BA95
Black with #E5BA95
Text Example
Text Example
White with #E5BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA95; }
p { color: rgb(229,186,149); }
H1.HeaderClassName
{
color: #E5BA95;
}
.AnyTagClassName
{
color: #E5BA95;
}
</style>
background-color css
<style>
a { background-color: #E5BA95; }
a { background-color: rgb(229,186,149); }
div.DivClassName
{
background-color: #E5BA95;
}
.BgClassName
{
background-color: #E5BA95;
}
</style>
border-color css
<style>
span { border-color: #E5BA95; }
span { border-color: rgb(229,186,149); }
td.TdClassName
{
border-color: #E5BA95;
}
.TagClassName
{
border-color: #E5BA95;
}
</style>