Shades of Pancho #E7BC8F
Tints of Pancho #E7BC8F
RGB
CMYK
RGB Variations
Color information
#E7BC8F (or 0xE7BC8F) is known color: Pancho. HEX triplet: E7, BC and 8F. RGB value is (231,188,143). Sum of RGB (Red+Green+Blue) = 231+188+143=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BC8F is #184370. Grayscale: #C3C3C3. Windows color (decimal): -1590129 or 9420007. OLE color: 9420007.
HSL color Cylindrical-coordinate representation of color #E7BC8F: hue angle of 30.68º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7BC8F is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 143 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.09 |
| HSL | 30.68º | 0.65% | 0.73% | - |
| HSV(B) | 30.68º | 0.38% | 0.91% | - |
| XYZ | 55.9 | 54.94 | 33.64 | - |
| YUV | 195.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 143 | 0 | 0.19 | 0.38 | 0.09 | 30.68 | 0.65 | 0.73 |
| Hex | E7 | BC | 8F | 0 | 13 | 26 | 9 | 1F | 41 | 49 |
| Octal | 347 | 274 | 217 | 0 | 23 | 46 | 11 | 37 | 101 | 111 |
| Binary | 11100111 | 10111100 | 10001111 | 0 | 10011 | 100110 | 1001 | 11111 | 1000001 | 1001001 |
Color Harmonies of #E7BC8F
Complementary color
Monochromatic Colors of #E7BC8F
Black with #E7BC8F
Text Example
Text Example
White with #E7BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC8F; }
p { color: rgb(231,188,143); }
H1.HeaderClassName
{
color: #E7BC8F;
}
.AnyTagClassName
{
color: #E7BC8F;
}
</style>
background-color css
<style>
a { background-color: #E7BC8F; }
a { background-color: rgb(231,188,143); }
div.DivClassName
{
background-color: #E7BC8F;
}
.BgClassName
{
background-color: #E7BC8F;
}
</style>
border-color css
<style>
span { border-color: #E7BC8F; }
span { border-color: rgb(231,188,143); }
td.TdClassName
{
border-color: #E7BC8F;
}
.TagClassName
{
border-color: #E7BC8F;
}
</style>