Shades of Pancho #E1B494
Tints of Pancho #E1B494
RGB
CMYK
RGB Variations
Color information
#E1B494 (or 0xE1B494) is known color: Pancho. HEX triplet: E1, B4 and 94. RGB value is (225,180,148). Sum of RGB (Red+Green+Blue) = 225+180+148=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B494 is #1E4B6B. Grayscale: #BDBDBD. Windows color (decimal): -1985388 or 9745633. OLE color: 9745633.
HSL color Cylindrical-coordinate representation of color #E1B494: hue angle of 24.94º 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 #E1B494 is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 148 | - |
| CMYK | 0 | 0.2 | 0.34 | 0.12 |
| HSL | 24.94º | 0.56% | 0.73% | - |
| HSV(B) | 24.94º | 0.34% | 0.88% | - |
| XYZ | 52.72 | 50.79 | 35.04 | - |
| YUV | 189.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 148 | 0 | 0.2 | 0.34 | 0.12 | 24.94 | 0.56 | 0.73 |
| Hex | E1 | B4 | 94 | 0 | 14 | 22 | C | 19 | 38 | 49 |
| Octal | 341 | 264 | 224 | 0 | 24 | 42 | 14 | 31 | 70 | 111 |
| Binary | 11100001 | 10110100 | 10010100 | 0 | 10100 | 100010 | 1100 | 11001 | 111000 | 1001001 |
Color Harmonies of #E1B494
Complementary color
Monochromatic Colors of #E1B494
Black with #E1B494
Text Example
Text Example
White with #E1B494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B494; }
p { color: rgb(225,180,148); }
H1.HeaderClassName
{
color: #E1B494;
}
.AnyTagClassName
{
color: #E1B494;
}
</style>
background-color css
<style>
a { background-color: #E1B494; }
a { background-color: rgb(225,180,148); }
div.DivClassName
{
background-color: #E1B494;
}
.BgClassName
{
background-color: #E1B494;
}
</style>
border-color css
<style>
span { border-color: #E1B494; }
span { border-color: rgb(225,180,148); }
td.TdClassName
{
border-color: #E1B494;
}
.TagClassName
{
border-color: #E1B494;
}
</style>