Shades of Pancho #E7BC98
Tints of Pancho #E7BC98
RGB
CMYK
RGB Variations
Color information
#E7BC98 (or 0xE7BC98) is known color: Pancho. HEX triplet: E7, BC and 98. RGB value is (231,188,152). Sum of RGB (Red+Green+Blue) = 231+188+152=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BC98 is #184367. Grayscale: #C4C4C4. Windows color (decimal): -1590120 or 10009831. OLE color: 10009831.
HSL color Cylindrical-coordinate representation of color #E7BC98: hue angle of 27.34º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E7BC98 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 152 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.09 |
| HSL | 27.34º | 0.62% | 0.75% | - |
| HSV(B) | 27.34º | 0.34% | 0.91% | - |
| XYZ | 56.61 | 55.22 | 37.38 | - |
| YUV | 196.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 152 | 0 | 0.19 | 0.34 | 0.09 | 27.34 | 0.62 | 0.75 |
| Hex | E7 | BC | 98 | 0 | 13 | 22 | 9 | 1B | 3E | 4B |
| Octal | 347 | 274 | 230 | 0 | 23 | 42 | 11 | 33 | 76 | 113 |
| Binary | 11100111 | 10111100 | 10011000 | 0 | 10011 | 100010 | 1001 | 11011 | 111110 | 1001011 |
Color Harmonies of #E7BC98
Complementary color
Monochromatic Colors of #E7BC98
Black with #E7BC98
Text Example
Text Example
White with #E7BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC98; }
p { color: rgb(231,188,152); }
H1.HeaderClassName
{
color: #E7BC98;
}
.AnyTagClassName
{
color: #E7BC98;
}
</style>
background-color css
<style>
a { background-color: #E7BC98; }
a { background-color: rgb(231,188,152); }
div.DivClassName
{
background-color: #E7BC98;
}
.BgClassName
{
background-color: #E7BC98;
}
</style>
border-color css
<style>
span { border-color: #E7BC98; }
span { border-color: rgb(231,188,152); }
td.TdClassName
{
border-color: #E7BC98;
}
.TagClassName
{
border-color: #E7BC98;
}
</style>