Shades of Pancho #E1BB94
Tints of Pancho #E1BB94
RGB
CMYK
RGB Variations
Color information
#E1BB94 (or 0xE1BB94) is known color: Pancho. HEX triplet: E1, BB and 94. RGB value is (225,187,148). Sum of RGB (Red+Green+Blue) = 225+187+148=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB94 is #1E446B. Grayscale: #C2C2C2. Windows color (decimal): -1983596 or 9747425. OLE color: 9747425.
HSL color Cylindrical-coordinate representation of color #E1BB94: hue angle of 30.39º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1BB94 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 148 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.12 |
| HSL | 30.39º | 0.56% | 0.73% | - |
| HSV(B) | 30.39º | 0.34% | 0.88% | - |
| XYZ | 54.17 | 53.69 | 35.52 | - |
| YUV | 193.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 148 | 0 | 0.17 | 0.34 | 0.12 | 30.39 | 0.56 | 0.73 |
| Hex | E1 | BB | 94 | 0 | 11 | 22 | C | 1E | 38 | 49 |
| Octal | 341 | 273 | 224 | 0 | 21 | 42 | 14 | 36 | 70 | 111 |
| Binary | 11100001 | 10111011 | 10010100 | 0 | 10001 | 100010 | 1100 | 11110 | 111000 | 1001001 |
Color Harmonies of #E1BB94
Complementary color
Monochromatic Colors of #E1BB94
Black with #E1BB94
Text Example
Text Example
White with #E1BB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB94; }
p { color: rgb(225,187,148); }
H1.HeaderClassName
{
color: #E1BB94;
}
.AnyTagClassName
{
color: #E1BB94;
}
</style>
background-color css
<style>
a { background-color: #E1BB94; }
a { background-color: rgb(225,187,148); }
div.DivClassName
{
background-color: #E1BB94;
}
.BgClassName
{
background-color: #E1BB94;
}
</style>
border-color css
<style>
span { border-color: #E1BB94; }
span { border-color: rgb(225,187,148); }
td.TdClassName
{
border-color: #E1BB94;
}
.TagClassName
{
border-color: #E1BB94;
}
</style>