Shades of Pancho #E2B997
Tints of Pancho #E2B997
RGB
CMYK
RGB Variations
Color information
#E2B997 (or 0xE2B997) is known color: Pancho. HEX triplet: E2, B9 and 97. RGB value is (226,185,151). Sum of RGB (Red+Green+Blue) = 226+185+151=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B997 is #1D4668. Grayscale: #C1C1C1. Windows color (decimal): -1918569 or 9943522. OLE color: 9943522.
HSL color Cylindrical-coordinate representation of color #E2B997: hue angle of 27.2º 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 #E2B997 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 151 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.11 |
| HSL | 27.2º | 0.56% | 0.74% | - |
| HSV(B) | 27.2º | 0.33% | 0.89% | - |
| XYZ | 54.3 | 53.1 | 36.67 | - |
| YUV | 193.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 151 | 0 | 0.18 | 0.33 | 0.11 | 27.2 | 0.56 | 0.74 |
| Hex | E2 | B9 | 97 | 0 | 12 | 21 | B | 1B | 38 | 4A |
| Octal | 342 | 271 | 227 | 0 | 22 | 41 | 13 | 33 | 70 | 112 |
| Binary | 11100010 | 10111001 | 10010111 | 0 | 10010 | 100001 | 1011 | 11011 | 111000 | 1001010 |
Color Harmonies of #E2B997
Complementary color
Monochromatic Colors of #E2B997
Black with #E2B997
Text Example
Text Example
White with #E2B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B997; }
p { color: rgb(226,185,151); }
H1.HeaderClassName
{
color: #E2B997;
}
.AnyTagClassName
{
color: #E2B997;
}
</style>
background-color css
<style>
a { background-color: #E2B997; }
a { background-color: rgb(226,185,151); }
div.DivClassName
{
background-color: #E2B997;
}
.BgClassName
{
background-color: #E2B997;
}
</style>
border-color css
<style>
span { border-color: #E2B997; }
span { border-color: rgb(226,185,151); }
td.TdClassName
{
border-color: #E2B997;
}
.TagClassName
{
border-color: #E2B997;
}
</style>