Shades of Pancho #E2B497
Tints of Pancho #E2B497
RGB
CMYK
RGB Variations
Color information
#E2B497 (or 0xE2B497) is known color: Pancho. HEX triplet: E2, B4 and 97. RGB value is (226,180,151). Sum of RGB (Red+Green+Blue) = 226+180+151=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B497 is #1D4B68. Grayscale: #BEBEBE. Windows color (decimal): -1919849 or 9942242. OLE color: 9942242.
HSL color Cylindrical-coordinate representation of color #E2B497: hue angle of 23.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 #E2B497 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 151 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.11 |
| HSL | 23.2º | 0.56% | 0.74% | - |
| HSV(B) | 23.2º | 0.33% | 0.89% | - |
| XYZ | 53.27 | 51.05 | 36.32 | - |
| YUV | 190.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 151 | 0 | 0.20 | 0.33 | 0.11 | 23.2 | 0.56 | 0.74 |
| Hex | E2 | B4 | 97 | 0 | 14 | 21 | B | 17 | 38 | 4A |
| Octal | 342 | 264 | 227 | 0 | 24 | 41 | 13 | 27 | 70 | 112 |
| Binary | 11100010 | 10110100 | 10010111 | 0 | 10100 | 100001 | 1011 | 10111 | 111000 | 1001010 |
Color Harmonies of #E2B497
Complementary color
Monochromatic Colors of #E2B497
Black with #E2B497
Text Example
Text Example
White with #E2B497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B497; }
p { color: rgb(226,180,151); }
H1.HeaderClassName
{
color: #E2B497;
}
.AnyTagClassName
{
color: #E2B497;
}
</style>
background-color css
<style>
a { background-color: #E2B497; }
a { background-color: rgb(226,180,151); }
div.DivClassName
{
background-color: #E2B497;
}
.BgClassName
{
background-color: #E2B497;
}
</style>
border-color css
<style>
span { border-color: #E2B497; }
span { border-color: rgb(226,180,151); }
td.TdClassName
{
border-color: #E2B497;
}
.TagClassName
{
border-color: #E2B497;
}
</style>