Shades of Pancho #E2B999
Tints of Pancho #E2B999
RGB
CMYK
RGB Variations
Color information
#E2B999 (or 0xE2B999) is known color: Pancho. HEX triplet: E2, B9 and 99. RGB value is (226,185,153). Sum of RGB (Red+Green+Blue) = 226+185+153=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B999 is #1D4666. Grayscale: #C1C1C1. Windows color (decimal): -1918567 or 10074594. OLE color: 10074594.
HSL color Cylindrical-coordinate representation of color #E2B999: hue angle of 26.3º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2B999 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 153 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.11 |
| HSL | 26.3º | 0.56% | 0.74% | - |
| HSV(B) | 26.3º | 0.32% | 0.89% | - |
| XYZ | 54.46 | 53.17 | 37.53 | - |
| YUV | 193.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 153 | 0 | 0.18 | 0.32 | 0.11 | 26.3 | 0.56 | 0.74 |
| Hex | E2 | B9 | 99 | 0 | 12 | 20 | B | 1A | 38 | 4A |
| Octal | 342 | 271 | 231 | 0 | 22 | 40 | 13 | 32 | 70 | 112 |
| Binary | 11100010 | 10111001 | 10011001 | 0 | 10010 | 100000 | 1011 | 11010 | 111000 | 1001010 |
Color Harmonies of #E2B999
Complementary color
Monochromatic Colors of #E2B999
Black with #E2B999
Text Example
Text Example
White with #E2B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B999; }
p { color: rgb(226,185,153); }
H1.HeaderClassName
{
color: #E2B999;
}
.AnyTagClassName
{
color: #E2B999;
}
</style>
background-color css
<style>
a { background-color: #E2B999; }
a { background-color: rgb(226,185,153); }
div.DivClassName
{
background-color: #E2B999;
}
.BgClassName
{
background-color: #E2B999;
}
</style>
border-color css
<style>
span { border-color: #E2B999; }
span { border-color: rgb(226,185,153); }
td.TdClassName
{
border-color: #E2B999;
}
.TagClassName
{
border-color: #E2B999;
}
</style>