Shades of Pancho #E2B694
Tints of Pancho #E2B694
RGB
CMYK
RGB Variations
Color information
#E2B694 (or 0xE2B694) is known color: Pancho. HEX triplet: E2, B6 and 94. RGB value is (226,182,148). Sum of RGB (Red+Green+Blue) = 226+182+148=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B694 is #1D496B. Grayscale: #BFBFBF. Windows color (decimal): -1919340 or 9746146. OLE color: 9746146.
HSL color Cylindrical-coordinate representation of color #E2B694: hue angle of 26.15º degrees, saturation: 0.57, 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 #E2B694 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 148 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.11 |
| HSL | 26.15º | 0.57% | 0.73% | - |
| HSV(B) | 26.15º | 0.35% | 0.89% | - |
| XYZ | 53.44 | 51.76 | 35.19 | - |
| YUV | 191.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 148 | 0 | 0.19 | 0.35 | 0.11 | 26.15 | 0.57 | 0.73 |
| Hex | E2 | B6 | 94 | 0 | 13 | 23 | B | 1A | 39 | 49 |
| Octal | 342 | 266 | 224 | 0 | 23 | 43 | 13 | 32 | 71 | 111 |
| Binary | 11100010 | 10110110 | 10010100 | 0 | 10011 | 100011 | 1011 | 11010 | 111001 | 1001001 |
Color Harmonies of #E2B694
Complementary color
Monochromatic Colors of #E2B694
Black with #E2B694
Text Example
Text Example
White with #E2B694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B694; }
p { color: rgb(226,182,148); }
H1.HeaderClassName
{
color: #E2B694;
}
.AnyTagClassName
{
color: #E2B694;
}
</style>
background-color css
<style>
a { background-color: #E2B694; }
a { background-color: rgb(226,182,148); }
div.DivClassName
{
background-color: #E2B694;
}
.BgClassName
{
background-color: #E2B694;
}
</style>
border-color css
<style>
span { border-color: #E2B694; }
span { border-color: rgb(226,182,148); }
td.TdClassName
{
border-color: #E2B694;
}
.TagClassName
{
border-color: #E2B694;
}
</style>