Shades of Pancho #E1B496
Tints of Pancho #E1B496
RGB
CMYK
RGB Variations
Color information
#E1B496 (or 0xE1B496) is known color: Pancho. HEX triplet: E1, B4 and 96. RGB value is (225,180,150). Sum of RGB (Red+Green+Blue) = 225+180+150=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B496 is #1E4B69. Grayscale: #BEBEBE. Windows color (decimal): -1985386 or 9876705. OLE color: 9876705.
HSL color Cylindrical-coordinate representation of color #E1B496: hue angle of 24º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1B496 is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 150 | - |
| CMYK | 0 | 0.2 | 0.33 | 0.12 |
| HSL | 24º | 0.56% | 0.74% | - |
| HSV(B) | 24º | 0.33% | 0.88% | - |
| XYZ | 52.88 | 50.85 | 35.88 | - |
| YUV | 190.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 150 | 0 | 0.2 | 0.33 | 0.12 | 24 | 0.56 | 0.74 |
| Hex | E1 | B4 | 96 | 0 | 14 | 21 | C | 18 | 38 | 4A |
| Octal | 341 | 264 | 226 | 0 | 24 | 41 | 14 | 30 | 70 | 112 |
| Binary | 11100001 | 10110100 | 10010110 | 0 | 10100 | 100001 | 1100 | 11000 | 111000 | 1001010 |
Color Harmonies of #E1B496
Complementary color
Monochromatic Colors of #E1B496
Black with #E1B496
Text Example
Text Example
White with #E1B496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B496; }
p { color: rgb(225,180,150); }
H1.HeaderClassName
{
color: #E1B496;
}
.AnyTagClassName
{
color: #E1B496;
}
</style>
background-color css
<style>
a { background-color: #E1B496; }
a { background-color: rgb(225,180,150); }
div.DivClassName
{
background-color: #E1B496;
}
.BgClassName
{
background-color: #E1B496;
}
</style>
border-color css
<style>
span { border-color: #E1B496; }
span { border-color: rgb(225,180,150); }
td.TdClassName
{
border-color: #E1B496;
}
.TagClassName
{
border-color: #E1B496;
}
</style>