Shades of Pancho #E1BB8F
Tints of Pancho #E1BB8F
RGB
CMYK
RGB Variations
Color information
#E1BB8F (or 0xE1BB8F) is known color: Pancho. HEX triplet: E1, BB and 8F. RGB value is (225,187,143). Sum of RGB (Red+Green+Blue) = 225+187+143=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB8F is #1E4470. Grayscale: #C1C1C1. Windows color (decimal): -1983601 or 9419745. OLE color: 9419745.
HSL color Cylindrical-coordinate representation of color #E1BB8F: hue angle of 32.2º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1BB8F is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 143 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.12 |
| HSL | 32.2º | 0.58% | 0.72% | - |
| HSV(B) | 32.2º | 0.36% | 0.88% | - |
| XYZ | 53.78 | 53.53 | 33.48 | - |
| YUV | 193.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 143 | 0 | 0.17 | 0.36 | 0.12 | 32.2 | 0.58 | 0.72 |
| Hex | E1 | BB | 8F | 0 | 11 | 24 | C | 20 | 3A | 48 |
| Octal | 341 | 273 | 217 | 0 | 21 | 44 | 14 | 40 | 72 | 110 |
| Binary | 11100001 | 10111011 | 10001111 | 0 | 10001 | 100100 | 1100 | 100000 | 111010 | 1001000 |
Color Harmonies of #E1BB8F
Complementary color
Monochromatic Colors of #E1BB8F
Black with #E1BB8F
Text Example
Text Example
White with #E1BB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB8F; }
p { color: rgb(225,187,143); }
H1.HeaderClassName
{
color: #E1BB8F;
}
.AnyTagClassName
{
color: #E1BB8F;
}
</style>
background-color css
<style>
a { background-color: #E1BB8F; }
a { background-color: rgb(225,187,143); }
div.DivClassName
{
background-color: #E1BB8F;
}
.BgClassName
{
background-color: #E1BB8F;
}
</style>
border-color css
<style>
span { border-color: #E1BB8F; }
span { border-color: rgb(225,187,143); }
td.TdClassName
{
border-color: #E1BB8F;
}
.TagClassName
{
border-color: #E1BB8F;
}
</style>