Shades of Pancho #E2BC9B
Tints of Pancho #E2BC9B
RGB
CMYK
RGB Variations
Color information
#E2BC9B (or 0xE2BC9B) is known color: Pancho. HEX triplet: E2, BC and 9B. RGB value is (226,188,155). Sum of RGB (Red+Green+Blue) = 226+188+155=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BC9B is #1D4364. Grayscale: #C3C3C3. Windows color (decimal): -1917797 or 10206434. OLE color: 10206434.
HSL color Cylindrical-coordinate representation of color #E2BC9B: hue angle of 27.89º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2BC9B is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 155 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.11 |
| HSL | 27.89º | 0.55% | 0.75% | - |
| HSV(B) | 27.89º | 0.31% | 0.89% | - |
| XYZ | 55.26 | 54.5 | 38.62 | - |
| YUV | 195.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 155 | 0 | 0.17 | 0.31 | 0.11 | 27.89 | 0.55 | 0.75 |
| Hex | E2 | BC | 9B | 0 | 11 | 1F | B | 1C | 37 | 4B |
| Octal | 342 | 274 | 233 | 0 | 21 | 37 | 13 | 34 | 67 | 113 |
| Binary | 11100010 | 10111100 | 10011011 | 0 | 10001 | 11111 | 1011 | 11100 | 110111 | 1001011 |
Color Harmonies of #E2BC9B
Complementary color
Monochromatic Colors of #E2BC9B
Black with #E2BC9B
Text Example
Text Example
White with #E2BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC9B; }
p { color: rgb(226,188,155); }
H1.HeaderClassName
{
color: #E2BC9B;
}
.AnyTagClassName
{
color: #E2BC9B;
}
</style>
background-color css
<style>
a { background-color: #E2BC9B; }
a { background-color: rgb(226,188,155); }
div.DivClassName
{
background-color: #E2BC9B;
}
.BgClassName
{
background-color: #E2BC9B;
}
</style>
border-color css
<style>
span { border-color: #E2BC9B; }
span { border-color: rgb(226,188,155); }
td.TdClassName
{
border-color: #E2BC9B;
}
.TagClassName
{
border-color: #E2BC9B;
}
</style>