Shades of Pancho #E2BC90
Tints of Pancho #E2BC90
RGB
CMYK
RGB Variations
Color information
#E2BC90 (or 0xE2BC90) is known color: Pancho. HEX triplet: E2, BC and 90. RGB value is (226,188,144). Sum of RGB (Red+Green+Blue) = 226+188+144=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BC90 is #1D436F. Grayscale: #C2C2C2. Windows color (decimal): -1917808 or 9485538. OLE color: 9485538.
HSL color Cylindrical-coordinate representation of color #E2BC90: hue angle of 32.2º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2BC90 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 144 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.11 |
| HSL | 32.2º | 0.59% | 0.73% | - |
| HSV(B) | 32.2º | 0.36% | 0.89% | - |
| XYZ | 54.38 | 54.15 | 33.97 | - |
| YUV | 194.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 144 | 0 | 0.17 | 0.36 | 0.11 | 32.2 | 0.59 | 0.73 |
| Hex | E2 | BC | 90 | 0 | 11 | 24 | B | 20 | 3B | 49 |
| Octal | 342 | 274 | 220 | 0 | 21 | 44 | 13 | 40 | 73 | 111 |
| Binary | 11100010 | 10111100 | 10010000 | 0 | 10001 | 100100 | 1011 | 100000 | 111011 | 1001001 |
Color Harmonies of #E2BC90
Complementary color
Monochromatic Colors of #E2BC90
Black with #E2BC90
Text Example
Text Example
White with #E2BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC90; }
p { color: rgb(226,188,144); }
H1.HeaderClassName
{
color: #E2BC90;
}
.AnyTagClassName
{
color: #E2BC90;
}
</style>
background-color css
<style>
a { background-color: #E2BC90; }
a { background-color: rgb(226,188,144); }
div.DivClassName
{
background-color: #E2BC90;
}
.BgClassName
{
background-color: #E2BC90;
}
</style>
border-color css
<style>
span { border-color: #E2BC90; }
span { border-color: rgb(226,188,144); }
td.TdClassName
{
border-color: #E2BC90;
}
.TagClassName
{
border-color: #E2BC90;
}
</style>