Shades of Pancho #E2BE93
Tints of Pancho #E2BE93
RGB
CMYK
RGB Variations
Color information
#E2BE93 (or 0xE2BE93) is known color: Pancho. HEX triplet: E2, BE and 93. RGB value is (226,190,147). Sum of RGB (Red+Green+Blue) = 226+190+147=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BE93 is #1D416C. Grayscale: #C4C4C4. Windows color (decimal): -1917293 or 9682658. OLE color: 9682658.
HSL color Cylindrical-coordinate representation of color #E2BE93: hue angle of 32.66º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2BE93 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 147 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.11 |
| HSL | 32.66º | 0.58% | 0.73% | - |
| HSV(B) | 32.66º | 0.35% | 0.89% | - |
| XYZ | 55.04 | 55.1 | 35.34 | - |
| YUV | 195.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 147 | 0 | 0.16 | 0.35 | 0.11 | 32.66 | 0.58 | 0.73 |
| Hex | E2 | BE | 93 | 0 | 10 | 23 | B | 21 | 3A | 49 |
| Octal | 342 | 276 | 223 | 0 | 20 | 43 | 13 | 41 | 72 | 111 |
| Binary | 11100010 | 10111110 | 10010011 | 0 | 10000 | 100011 | 1011 | 100001 | 111010 | 1001001 |
Color Harmonies of #E2BE93
Complementary color
Monochromatic Colors of #E2BE93
Black with #E2BE93
Text Example
Text Example
White with #E2BE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE93; }
p { color: rgb(226,190,147); }
H1.HeaderClassName
{
color: #E2BE93;
}
.AnyTagClassName
{
color: #E2BE93;
}
</style>
background-color css
<style>
a { background-color: #E2BE93; }
a { background-color: rgb(226,190,147); }
div.DivClassName
{
background-color: #E2BE93;
}
.BgClassName
{
background-color: #E2BE93;
}
</style>
border-color css
<style>
span { border-color: #E2BE93; }
span { border-color: rgb(226,190,147); }
td.TdClassName
{
border-color: #E2BE93;
}
.TagClassName
{
border-color: #E2BE93;
}
</style>