Shades of Pancho #E2BD91
Tints of Pancho #E2BD91
RGB
CMYK
RGB Variations
Color information
#E2BD91 (or 0xE2BD91) is known color: Pancho. HEX triplet: E2, BD and 91. RGB value is (226,189,145). Sum of RGB (Red+Green+Blue) = 226+189+145=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD91 is #1D426E. Grayscale: #C3C3C3. Windows color (decimal): -1917551 or 9551330. OLE color: 9551330.
HSL color Cylindrical-coordinate representation of color #E2BD91: hue angle of 32.59º degrees, saturation: 0.58, 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 #E2BD91 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 145 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.11 |
| HSL | 32.59º | 0.58% | 0.73% | - |
| HSV(B) | 32.59º | 0.36% | 0.89% | - |
| XYZ | 54.67 | 54.61 | 34.45 | - |
| YUV | 195.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 145 | 0 | 0.16 | 0.36 | 0.11 | 32.59 | 0.58 | 0.73 |
| Hex | E2 | BD | 91 | 0 | 10 | 24 | B | 21 | 3A | 49 |
| Octal | 342 | 275 | 221 | 0 | 20 | 44 | 13 | 41 | 72 | 111 |
| Binary | 11100010 | 10111101 | 10010001 | 0 | 10000 | 100100 | 1011 | 100001 | 111010 | 1001001 |
Color Harmonies of #E2BD91
Complementary color
Monochromatic Colors of #E2BD91
Black with #E2BD91
Text Example
Text Example
White with #E2BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD91; }
p { color: rgb(226,189,145); }
H1.HeaderClassName
{
color: #E2BD91;
}
.AnyTagClassName
{
color: #E2BD91;
}
</style>
background-color css
<style>
a { background-color: #E2BD91; }
a { background-color: rgb(226,189,145); }
div.DivClassName
{
background-color: #E2BD91;
}
.BgClassName
{
background-color: #E2BD91;
}
</style>
border-color css
<style>
span { border-color: #E2BD91; }
span { border-color: rgb(226,189,145); }
td.TdClassName
{
border-color: #E2BD91;
}
.TagClassName
{
border-color: #E2BD91;
}
</style>