Shades of Pancho #E5B08E
Tints of Pancho #E5B08E
RGB
CMYK
RGB Variations
Color information
#E5B08E (or 0xE5B08E) is known color: Pancho. HEX triplet: E5, B0 and 8E. RGB value is (229,176,142). Sum of RGB (Red+Green+Blue) = 229+176+142=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B08E is #1A4F71. Grayscale: #BCBCBC. Windows color (decimal): -1724274 or 9351397. OLE color: 9351397.
HSL color Cylindrical-coordinate representation of color #E5B08E: hue angle of 23.45º 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 #E5B08E is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 142 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.10 |
| HSL | 23.45º | 0.63% | 0.73% | - |
| HSV(B) | 23.45º | 0.38% | 0.9% | - |
| XYZ | 52.72 | 49.66 | 32.4 | - |
| YUV | 187.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 142 | 0 | 0.23 | 0.38 | 0.10 | 23.45 | 0.63 | 0.73 |
| Hex | E5 | B0 | 8E | 0 | 17 | 26 | A | 17 | 3F | 49 |
| Octal | 345 | 260 | 216 | 0 | 27 | 46 | 12 | 27 | 77 | 111 |
| Binary | 11100101 | 10110000 | 10001110 | 0 | 10111 | 100110 | 1010 | 10111 | 111111 | 1001001 |
Color Harmonies of #E5B08E
Complementary color
Monochromatic Colors of #E5B08E
Black with #E5B08E
Text Example
Text Example
White with #E5B08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B08E; }
p { color: rgb(229,176,142); }
H1.HeaderClassName
{
color: #E5B08E;
}
.AnyTagClassName
{
color: #E5B08E;
}
</style>
background-color css
<style>
a { background-color: #E5B08E; }
a { background-color: rgb(229,176,142); }
div.DivClassName
{
background-color: #E5B08E;
}
.BgClassName
{
background-color: #E5B08E;
}
</style>
border-color css
<style>
span { border-color: #E5B08E; }
span { border-color: rgb(229,176,142); }
td.TdClassName
{
border-color: #E5B08E;
}
.TagClassName
{
border-color: #E5B08E;
}
</style>