Shades of Pancho #E5BB9D
Tints of Pancho #E5BB9D
RGB
CMYK
RGB Variations
Color information
#E5BB9D (or 0xE5BB9D) is known color: Pancho. HEX triplet: E5, BB and 9D. RGB value is (229,187,157). Sum of RGB (Red+Green+Blue) = 229+187+157=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BB9D is #1A4462. Grayscale: #C4C4C4. Windows color (decimal): -1721443 or 10337253. OLE color: 10337253.
HSL color Cylindrical-coordinate representation of color #E5BB9D: hue angle of 25º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5BB9D is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 157 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.10 |
| HSL | 25º | 0.58% | 0.76% | - |
| HSV(B) | 25º | 0.31% | 0.9% | - |
| XYZ | 56.17 | 54.63 | 39.48 | - |
| YUV | 196.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 157 | 0 | 0.18 | 0.31 | 0.10 | 25 | 0.58 | 0.76 |
| Hex | E5 | BB | 9D | 0 | 12 | 1F | A | 19 | 3A | 4C |
| Octal | 345 | 273 | 235 | 0 | 22 | 37 | 12 | 31 | 72 | 114 |
| Binary | 11100101 | 10111011 | 10011101 | 0 | 10010 | 11111 | 1010 | 11001 | 111010 | 1001100 |
Color Harmonies of #E5BB9D
Complementary color
Monochromatic Colors of #E5BB9D
Black with #E5BB9D
Text Example
Text Example
White with #E5BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BB9D; }
p { color: rgb(229,187,157); }
H1.HeaderClassName
{
color: #E5BB9D;
}
.AnyTagClassName
{
color: #E5BB9D;
}
</style>
background-color css
<style>
a { background-color: #E5BB9D; }
a { background-color: rgb(229,187,157); }
div.DivClassName
{
background-color: #E5BB9D;
}
.BgClassName
{
background-color: #E5BB9D;
}
</style>
border-color css
<style>
span { border-color: #E5BB9D; }
span { border-color: rgb(229,187,157); }
td.TdClassName
{
border-color: #E5BB9D;
}
.TagClassName
{
border-color: #E5BB9D;
}
</style>