Shades of Pancho #E5BA96
Tints of Pancho #E5BA96
RGB
CMYK
RGB Variations
Color information
#E5BA96 (or 0xE5BA96) is known color: Pancho. HEX triplet: E5, BA and 96. RGB value is (229,186,150). Sum of RGB (Red+Green+Blue) = 229+186+150=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA96 is #1A4569. Grayscale: #C2C2C2. Windows color (decimal): -1721706 or 9878245. OLE color: 9878245.
HSL color Cylindrical-coordinate representation of color #E5BA96: hue angle of 27.34º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5BA96 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 150 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.10 |
| HSL | 27.34º | 0.6% | 0.74% | - |
| HSV(B) | 27.34º | 0.34% | 0.9% | - |
| XYZ | 55.38 | 53.98 | 36.35 | - |
| YUV | 194.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 150 | 0 | 0.19 | 0.34 | 0.10 | 27.34 | 0.6 | 0.74 |
| Hex | E5 | BA | 96 | 0 | 13 | 22 | A | 1B | 3C | 4A |
| Octal | 345 | 272 | 226 | 0 | 23 | 42 | 12 | 33 | 74 | 112 |
| Binary | 11100101 | 10111010 | 10010110 | 0 | 10011 | 100010 | 1010 | 11011 | 111100 | 1001010 |
Color Harmonies of #E5BA96
Complementary color
Monochromatic Colors of #E5BA96
Black with #E5BA96
Text Example
Text Example
White with #E5BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA96; }
p { color: rgb(229,186,150); }
H1.HeaderClassName
{
color: #E5BA96;
}
.AnyTagClassName
{
color: #E5BA96;
}
</style>
background-color css
<style>
a { background-color: #E5BA96; }
a { background-color: rgb(229,186,150); }
div.DivClassName
{
background-color: #E5BA96;
}
.BgClassName
{
background-color: #E5BA96;
}
</style>
border-color css
<style>
span { border-color: #E5BA96; }
span { border-color: rgb(229,186,150); }
td.TdClassName
{
border-color: #E5BA96;
}
.TagClassName
{
border-color: #E5BA96;
}
</style>