Shades of Pancho #E5B58F
Tints of Pancho #E5B58F
RGB
CMYK
RGB Variations
Color information
#E5B58F (or 0xE5B58F) is known color: Pancho. HEX triplet: E5, B5 and 8F. RGB value is (229,181,143). Sum of RGB (Red+Green+Blue) = 229+181+143=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B58F is #1A4A70. Grayscale: #BFBFBF. Windows color (decimal): -1722993 or 9418213. OLE color: 9418213.
HSL color Cylindrical-coordinate representation of color #E5B58F: hue angle of 26.51º degrees, saturation: 0.62, 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 #E5B58F is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 143 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.10 |
| HSL | 26.51º | 0.62% | 0.73% | - |
| HSV(B) | 26.51º | 0.38% | 0.9% | - |
| XYZ | 53.79 | 51.69 | 33.13 | - |
| YUV | 191.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 143 | 0 | 0.21 | 0.38 | 0.10 | 26.51 | 0.62 | 0.73 |
| Hex | E5 | B5 | 8F | 0 | 15 | 26 | A | 1B | 3E | 49 |
| Octal | 345 | 265 | 217 | 0 | 25 | 46 | 12 | 33 | 76 | 111 |
| Binary | 11100101 | 10110101 | 10001111 | 0 | 10101 | 100110 | 1010 | 11011 | 111110 | 1001001 |
Color Harmonies of #E5B58F
Complementary color
Monochromatic Colors of #E5B58F
Black with #E5B58F
Text Example
Text Example
White with #E5B58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B58F; }
p { color: rgb(229,181,143); }
H1.HeaderClassName
{
color: #E5B58F;
}
.AnyTagClassName
{
color: #E5B58F;
}
</style>
background-color css
<style>
a { background-color: #E5B58F; }
a { background-color: rgb(229,181,143); }
div.DivClassName
{
background-color: #E5B58F;
}
.BgClassName
{
background-color: #E5B58F;
}
</style>
border-color css
<style>
span { border-color: #E5B58F; }
span { border-color: rgb(229,181,143); }
td.TdClassName
{
border-color: #E5B58F;
}
.TagClassName
{
border-color: #E5B58F;
}
</style>