Shades of Pancho #E1BB9D
Tints of Pancho #E1BB9D
RGB
CMYK
RGB Variations
Color information
#E1BB9D (or 0xE1BB9D) is known color: Pancho. HEX triplet: E1, BB and 9D. RGB value is (225,187,157). Sum of RGB (Red+Green+Blue) = 225+187+157=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB9D is #1E4462. Grayscale: #C3C3C3. Windows color (decimal): -1983587 or 10337249. OLE color: 10337249.
HSL color Cylindrical-coordinate representation of color #E1BB9D: hue angle of 26.47º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1BB9D is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 157 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.12 |
| HSL | 26.47º | 0.53% | 0.75% | - |
| HSV(B) | 26.47º | 0.3% | 0.88% | - |
| XYZ | 54.91 | 53.98 | 39.42 | - |
| YUV | 194.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 157 | 0 | 0.17 | 0.30 | 0.12 | 26.47 | 0.53 | 0.75 |
| Hex | E1 | BB | 9D | 0 | 11 | 1E | C | 1A | 35 | 4B |
| Octal | 341 | 273 | 235 | 0 | 21 | 36 | 14 | 32 | 65 | 113 |
| Binary | 11100001 | 10111011 | 10011101 | 0 | 10001 | 11110 | 1100 | 11010 | 110101 | 1001011 |
Color Harmonies of #E1BB9D
Complementary color
Monochromatic Colors of #E1BB9D
Black with #E1BB9D
Text Example
Text Example
White with #E1BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB9D; }
p { color: rgb(225,187,157); }
H1.HeaderClassName
{
color: #E1BB9D;
}
.AnyTagClassName
{
color: #E1BB9D;
}
</style>
background-color css
<style>
a { background-color: #E1BB9D; }
a { background-color: rgb(225,187,157); }
div.DivClassName
{
background-color: #E1BB9D;
}
.BgClassName
{
background-color: #E1BB9D;
}
</style>
border-color css
<style>
span { border-color: #E1BB9D; }
span { border-color: rgb(225,187,157); }
td.TdClassName
{
border-color: #E1BB9D;
}
.TagClassName
{
border-color: #E1BB9D;
}
</style>