Shades of Pancho #E8B58C
Tints of Pancho #E8B58C
RGB
CMYK
RGB Variations
Color information
#E8B58C (or 0xE8B58C) is known color: Pancho. HEX triplet: E8, B5 and 8C. RGB value is (232,181,140). Sum of RGB (Red+Green+Blue) = 232+181+140=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B58C is #174A73. Grayscale: #BFBFBF. Windows color (decimal): -1526388 or 9221608. OLE color: 9221608.
HSL color Cylindrical-coordinate representation of color #E8B58C: hue angle of 26.74º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8B58C is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 181 | 140 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.09 |
| HSL | 26.74º | 0.67% | 0.73% | - |
| HSV(B) | 26.74º | 0.4% | 0.91% | - |
| XYZ | 54.54 | 52.1 | 31.99 | - |
| YUV | 191.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 181 | 140 | 0 | 0.22 | 0.40 | 0.09 | 26.74 | 0.67 | 0.73 |
| Hex | E8 | B5 | 8C | 0 | 16 | 28 | 9 | 1B | 43 | 49 |
| Octal | 350 | 265 | 214 | 0 | 26 | 50 | 11 | 33 | 103 | 111 |
| Binary | 11101000 | 10110101 | 10001100 | 0 | 10110 | 101000 | 1001 | 11011 | 1000011 | 1001001 |
Color Harmonies of #E8B58C
Complementary color
Monochromatic Colors of #E8B58C
Black with #E8B58C
Text Example
Text Example
White with #E8B58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B58C; }
p { color: rgb(232,181,140); }
H1.HeaderClassName
{
color: #E8B58C;
}
.AnyTagClassName
{
color: #E8B58C;
}
</style>
background-color css
<style>
a { background-color: #E8B58C; }
a { background-color: rgb(232,181,140); }
div.DivClassName
{
background-color: #E8B58C;
}
.BgClassName
{
background-color: #E8B58C;
}
</style>
border-color css
<style>
span { border-color: #E8B58C; }
span { border-color: rgb(232,181,140); }
td.TdClassName
{
border-color: #E8B58C;
}
.TagClassName
{
border-color: #E8B58C;
}
</style>