Shades of Pancho #E5BB8E
Tints of Pancho #E5BB8E
RGB
CMYK
RGB Variations
Color information
#E5BB8E (or 0xE5BB8E) is known color: Pancho. HEX triplet: E5, BB and 8E. RGB value is (229,187,142). Sum of RGB (Red+Green+Blue) = 229+187+142=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BB8E is #1A4471. Grayscale: #C2C2C2. Windows color (decimal): -1721458 or 9354213. OLE color: 9354213.
HSL color Cylindrical-coordinate representation of color #E5BB8E: hue angle of 31.03º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5BB8E is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 142 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.10 |
| HSL | 31.03º | 0.63% | 0.73% | - |
| HSV(B) | 31.03º | 0.38% | 0.9% | - |
| XYZ | 54.97 | 54.15 | 33.15 | - |
| YUV | 194.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 142 | 0 | 0.18 | 0.38 | 0.10 | 31.03 | 0.63 | 0.73 |
| Hex | E5 | BB | 8E | 0 | 12 | 26 | A | 1F | 3F | 49 |
| Octal | 345 | 273 | 216 | 0 | 22 | 46 | 12 | 37 | 77 | 111 |
| Binary | 11100101 | 10111011 | 10001110 | 0 | 10010 | 100110 | 1010 | 11111 | 111111 | 1001001 |
Color Harmonies of #E5BB8E
Complementary color
Monochromatic Colors of #E5BB8E
Black with #E5BB8E
Text Example
Text Example
White with #E5BB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BB8E; }
p { color: rgb(229,187,142); }
H1.HeaderClassName
{
color: #E5BB8E;
}
.AnyTagClassName
{
color: #E5BB8E;
}
</style>
background-color css
<style>
a { background-color: #E5BB8E; }
a { background-color: rgb(229,187,142); }
div.DivClassName
{
background-color: #E5BB8E;
}
.BgClassName
{
background-color: #E5BB8E;
}
</style>
border-color css
<style>
span { border-color: #E5BB8E; }
span { border-color: rgb(229,187,142); }
td.TdClassName
{
border-color: #E5BB8E;
}
.TagClassName
{
border-color: #E5BB8E;
}
</style>