Shades of Pancho #E2BC9D
Tints of Pancho #E2BC9D
RGB
CMYK
RGB Variations
Color information
#E2BC9D (or 0xE2BC9D) is known color: Pancho. HEX triplet: E2, BC and 9D. RGB value is (226,188,157). Sum of RGB (Red+Green+Blue) = 226+188+157=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BC9D is #1D4362. Grayscale: #C3C3C3. Windows color (decimal): -1917795 or 10337506. OLE color: 10337506.
HSL color Cylindrical-coordinate representation of color #E2BC9D: hue angle of 26.96º degrees, saturation: 0.54, 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 #E2BC9D is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 157 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.11 |
| HSL | 26.96º | 0.54% | 0.75% | - |
| HSV(B) | 26.96º | 0.31% | 0.89% | - |
| XYZ | 55.43 | 54.57 | 39.51 | - |
| YUV | 195.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 157 | 0 | 0.17 | 0.31 | 0.11 | 26.96 | 0.54 | 0.75 |
| Hex | E2 | BC | 9D | 0 | 11 | 1F | B | 1B | 36 | 4B |
| Octal | 342 | 274 | 235 | 0 | 21 | 37 | 13 | 33 | 66 | 113 |
| Binary | 11100010 | 10111100 | 10011101 | 0 | 10001 | 11111 | 1011 | 11011 | 110110 | 1001011 |
Color Harmonies of #E2BC9D
Complementary color
Monochromatic Colors of #E2BC9D
Black with #E2BC9D
Text Example
Text Example
White with #E2BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC9D; }
p { color: rgb(226,188,157); }
H1.HeaderClassName
{
color: #E2BC9D;
}
.AnyTagClassName
{
color: #E2BC9D;
}
</style>
background-color css
<style>
a { background-color: #E2BC9D; }
a { background-color: rgb(226,188,157); }
div.DivClassName
{
background-color: #E2BC9D;
}
.BgClassName
{
background-color: #E2BC9D;
}
</style>
border-color css
<style>
span { border-color: #E2BC9D; }
span { border-color: rgb(226,188,157); }
td.TdClassName
{
border-color: #E2BC9D;
}
.TagClassName
{
border-color: #E2BC9D;
}
</style>