Shades of Pancho #E1B99A
Tints of Pancho #E1B99A
RGB
CMYK
RGB Variations
Color information
#E1B99A (or 0xE1B99A) is known color: Pancho. HEX triplet: E1, B9 and 9A. RGB value is (225,185,154). Sum of RGB (Red+Green+Blue) = 225+185+154=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B99A is #1E4665. Grayscale: #C1C1C1. Windows color (decimal): -1984102 or 10140129. OLE color: 10140129.
HSL color Cylindrical-coordinate representation of color #E1B99A: hue angle of 26.2º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1B99A is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 154 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.12 |
| HSL | 26.2º | 0.54% | 0.74% | - |
| HSV(B) | 26.2º | 0.32% | 0.88% | - |
| XYZ | 54.23 | 53.04 | 37.95 | - |
| YUV | 193.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 154 | 0 | 0.18 | 0.32 | 0.12 | 26.2 | 0.54 | 0.74 |
| Hex | E1 | B9 | 9A | 0 | 12 | 20 | C | 1A | 36 | 4A |
| Octal | 341 | 271 | 232 | 0 | 22 | 40 | 14 | 32 | 66 | 112 |
| Binary | 11100001 | 10111001 | 10011010 | 0 | 10010 | 100000 | 1100 | 11010 | 110110 | 1001010 |
Color Harmonies of #E1B99A
Complementary color
Monochromatic Colors of #E1B99A
Black with #E1B99A
Text Example
Text Example
White with #E1B99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B99A; }
p { color: rgb(225,185,154); }
H1.HeaderClassName
{
color: #E1B99A;
}
.AnyTagClassName
{
color: #E1B99A;
}
</style>
background-color css
<style>
a { background-color: #E1B99A; }
a { background-color: rgb(225,185,154); }
div.DivClassName
{
background-color: #E1B99A;
}
.BgClassName
{
background-color: #E1B99A;
}
</style>
border-color css
<style>
span { border-color: #E1B99A; }
span { border-color: rgb(225,185,154); }
td.TdClassName
{
border-color: #E1B99A;
}
.TagClassName
{
border-color: #E1B99A;
}
</style>