Shades of Pancho #E5BB99
Tints of Pancho #E5BB99
RGB
CMYK
RGB Variations
Color information
#E5BB99 (or 0xE5BB99) is known color: Pancho. HEX triplet: E5, BB and 99. RGB value is (229,187,153). Sum of RGB (Red+Green+Blue) = 229+187+153=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BB99 is #1A4466. Grayscale: #C3C3C3. Windows color (decimal): -1721447 or 10075109. OLE color: 10075109.
HSL color Cylindrical-coordinate representation of color #E5BB99: hue angle of 26.84º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5BB99 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 153 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.10 |
| HSL | 26.84º | 0.59% | 0.75% | - |
| HSV(B) | 26.84º | 0.33% | 0.9% | - |
| XYZ | 55.83 | 54.5 | 37.71 | - |
| YUV | 195.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 153 | 0 | 0.18 | 0.33 | 0.10 | 26.84 | 0.59 | 0.75 |
| Hex | E5 | BB | 99 | 0 | 12 | 21 | A | 1B | 3B | 4B |
| Octal | 345 | 273 | 231 | 0 | 22 | 41 | 12 | 33 | 73 | 113 |
| Binary | 11100101 | 10111011 | 10011001 | 0 | 10010 | 100001 | 1010 | 11011 | 111011 | 1001011 |
Color Harmonies of #E5BB99
Complementary color
Monochromatic Colors of #E5BB99
Black with #E5BB99
Text Example
Text Example
White with #E5BB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BB99; }
p { color: rgb(229,187,153); }
H1.HeaderClassName
{
color: #E5BB99;
}
.AnyTagClassName
{
color: #E5BB99;
}
</style>
background-color css
<style>
a { background-color: #E5BB99; }
a { background-color: rgb(229,187,153); }
div.DivClassName
{
background-color: #E5BB99;
}
.BgClassName
{
background-color: #E5BB99;
}
</style>
border-color css
<style>
span { border-color: #E5BB99; }
span { border-color: rgb(229,187,153); }
td.TdClassName
{
border-color: #E5BB99;
}
.TagClassName
{
border-color: #E5BB99;
}
</style>