Shades of Pancho #E5BC8D
Tints of Pancho #E5BC8D
RGB
CMYK
RGB Variations
Color information
#E5BC8D (or 0xE5BC8D) is known color: Pancho. HEX triplet: E5, BC and 8D. RGB value is (229,188,141). Sum of RGB (Red+Green+Blue) = 229+188+141=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BC8D is #1A4372. Grayscale: #C3C3C3. Windows color (decimal): -1721203 or 9288933. OLE color: 9288933.
HSL color Cylindrical-coordinate representation of color #E5BC8D: hue angle of 32.05º 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 #E5BC8D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 141 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.10 |
| HSL | 32.05º | 0.63% | 0.73% | - |
| HSV(B) | 32.05º | 0.38% | 0.9% | - |
| XYZ | 55.1 | 54.55 | 32.82 | - |
| YUV | 194.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 141 | 0 | 0.18 | 0.38 | 0.10 | 32.05 | 0.63 | 0.73 |
| Hex | E5 | BC | 8D | 0 | 12 | 26 | A | 20 | 3F | 49 |
| Octal | 345 | 274 | 215 | 0 | 22 | 46 | 12 | 40 | 77 | 111 |
| Binary | 11100101 | 10111100 | 10001101 | 0 | 10010 | 100110 | 1010 | 100000 | 111111 | 1001001 |
Color Harmonies of #E5BC8D
Complementary color
Monochromatic Colors of #E5BC8D
Black with #E5BC8D
Text Example
Text Example
White with #E5BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC8D; }
p { color: rgb(229,188,141); }
H1.HeaderClassName
{
color: #E5BC8D;
}
.AnyTagClassName
{
color: #E5BC8D;
}
</style>
background-color css
<style>
a { background-color: #E5BC8D; }
a { background-color: rgb(229,188,141); }
div.DivClassName
{
background-color: #E5BC8D;
}
.BgClassName
{
background-color: #E5BC8D;
}
</style>
border-color css
<style>
span { border-color: #E5BC8D; }
span { border-color: rgb(229,188,141); }
td.TdClassName
{
border-color: #E5BC8D;
}
.TagClassName
{
border-color: #E5BC8D;
}
</style>