Shades of Pancho #E2B998
Tints of Pancho #E2B998
RGB
CMYK
RGB Variations
Color information
#E2B998 (or 0xE2B998) is known color: Pancho. HEX triplet: E2, B9 and 98. RGB value is (226,185,152). Sum of RGB (Red+Green+Blue) = 226+185+152=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B998 is #1D4667. Grayscale: #C1C1C1. Windows color (decimal): -1918568 or 10009058. OLE color: 10009058.
HSL color Cylindrical-coordinate representation of color #E2B998: hue angle of 26.76º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2B998 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 152 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.11 |
| HSL | 26.76º | 0.56% | 0.74% | - |
| HSV(B) | 26.76º | 0.33% | 0.89% | - |
| XYZ | 54.38 | 53.13 | 37.1 | - |
| YUV | 193.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 152 | 0 | 0.18 | 0.33 | 0.11 | 26.76 | 0.56 | 0.74 |
| Hex | E2 | B9 | 98 | 0 | 12 | 21 | B | 1B | 38 | 4A |
| Octal | 342 | 271 | 230 | 0 | 22 | 41 | 13 | 33 | 70 | 112 |
| Binary | 11100010 | 10111001 | 10011000 | 0 | 10010 | 100001 | 1011 | 11011 | 111000 | 1001010 |
Color Harmonies of #E2B998
Complementary color
Monochromatic Colors of #E2B998
Black with #E2B998
Text Example
Text Example
White with #E2B998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B998; }
p { color: rgb(226,185,152); }
H1.HeaderClassName
{
color: #E2B998;
}
.AnyTagClassName
{
color: #E2B998;
}
</style>
background-color css
<style>
a { background-color: #E2B998; }
a { background-color: rgb(226,185,152); }
div.DivClassName
{
background-color: #E2B998;
}
.BgClassName
{
background-color: #E2B998;
}
</style>
border-color css
<style>
span { border-color: #E2B998; }
span { border-color: rgb(226,185,152); }
td.TdClassName
{
border-color: #E2B998;
}
.TagClassName
{
border-color: #E2B998;
}
</style>