Shades of Pancho #E7BE8D
Tints of Pancho #E7BE8D
RGB
CMYK
RGB Variations
Color information
#E7BE8D (or 0xE7BE8D) is known color: Pancho. HEX triplet: E7, BE and 8D. RGB value is (231,190,141). Sum of RGB (Red+Green+Blue) = 231+190+141=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BE8D is #184172. Grayscale: #C4C4C4. Windows color (decimal): -1589619 or 9289447. OLE color: 9289447.
HSL color Cylindrical-coordinate representation of color #E7BE8D: hue angle of 32.67º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7BE8D is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 141 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.09 |
| HSL | 32.67º | 0.65% | 0.73% | - |
| HSV(B) | 32.67º | 0.39% | 0.91% | - |
| XYZ | 56.18 | 55.74 | 33 | - |
| YUV | 196.67 | 96.58 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 141 | 0 | 0.18 | 0.39 | 0.09 | 32.67 | 0.65 | 0.73 |
| Hex | E7 | BE | 8D | 0 | 12 | 27 | 9 | 21 | 41 | 49 |
| Octal | 347 | 276 | 215 | 0 | 22 | 47 | 11 | 41 | 101 | 111 |
| Binary | 11100111 | 10111110 | 10001101 | 0 | 10010 | 100111 | 1001 | 100001 | 1000001 | 1001001 |
Color Harmonies of #E7BE8D
Complementary color
Monochromatic Colors of #E7BE8D
Black with #E7BE8D
Text Example
Text Example
White with #E7BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE8D; }
p { color: rgb(231,190,141); }
H1.HeaderClassName
{
color: #E7BE8D;
}
.AnyTagClassName
{
color: #E7BE8D;
}
</style>
background-color css
<style>
a { background-color: #E7BE8D; }
a { background-color: rgb(231,190,141); }
div.DivClassName
{
background-color: #E7BE8D;
}
.BgClassName
{
background-color: #E7BE8D;
}
</style>
border-color css
<style>
span { border-color: #E7BE8D; }
span { border-color: rgb(231,190,141); }
td.TdClassName
{
border-color: #E7BE8D;
}
.TagClassName
{
border-color: #E7BE8D;
}
</style>