Shades of Pancho #E2B599
Tints of Pancho #E2B599
RGB
CMYK
RGB Variations
Color information
#E2B599 (or 0xE2B599) is known color: Pancho. HEX triplet: E2, B5 and 99. RGB value is (226,181,153). Sum of RGB (Red+Green+Blue) = 226+181+153=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B599 is #1D4A66. Grayscale: #BFBFBF. Windows color (decimal): -1919591 or 10073570. OLE color: 10073570.
HSL color Cylindrical-coordinate representation of color #E2B599: hue angle of 23.01º 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 #E2B599 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 153 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.11 |
| HSL | 23.01º | 0.56% | 0.74% | - |
| HSV(B) | 23.01º | 0.32% | 0.89% | - |
| XYZ | 53.64 | 51.52 | 37.25 | - |
| YUV | 191.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 153 | 0 | 0.20 | 0.32 | 0.11 | 23.01 | 0.56 | 0.74 |
| Hex | E2 | B5 | 99 | 0 | 14 | 20 | B | 17 | 38 | 4A |
| Octal | 342 | 265 | 231 | 0 | 24 | 40 | 13 | 27 | 70 | 112 |
| Binary | 11100010 | 10110101 | 10011001 | 0 | 10100 | 100000 | 1011 | 10111 | 111000 | 1001010 |
Color Harmonies of #E2B599
Complementary color
Monochromatic Colors of #E2B599
Black with #E2B599
Text Example
Text Example
White with #E2B599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B599; }
p { color: rgb(226,181,153); }
H1.HeaderClassName
{
color: #E2B599;
}
.AnyTagClassName
{
color: #E2B599;
}
</style>
background-color css
<style>
a { background-color: #E2B599; }
a { background-color: rgb(226,181,153); }
div.DivClassName
{
background-color: #E2B599;
}
.BgClassName
{
background-color: #E2B599;
}
</style>
border-color css
<style>
span { border-color: #E2B599; }
span { border-color: rgb(226,181,153); }
td.TdClassName
{
border-color: #E2B599;
}
.TagClassName
{
border-color: #E2B599;
}
</style>