Shades of Pancho #E1B48E
Tints of Pancho #E1B48E
RGB
CMYK
RGB Variations
Color information
#E1B48E (or 0xE1B48E) is known color: Pancho. HEX triplet: E1, B4 and 8E. RGB value is (225,180,142). Sum of RGB (Red+Green+Blue) = 225+180+142=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B48E is #1E4B71. Grayscale: #BDBDBD. Windows color (decimal): -1985394 or 9352417. OLE color: 9352417.
HSL color Cylindrical-coordinate representation of color #E1B48E: hue angle of 27.47º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1B48E is Cyan = 0, Magento = 0.2, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 142 | - |
| CMYK | 0 | 0.2 | 0.37 | 0.12 |
| HSL | 27.47º | 0.58% | 0.72% | - |
| HSV(B) | 27.47º | 0.37% | 0.88% | - |
| XYZ | 52.26 | 50.6 | 32.6 | - |
| YUV | 189.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 142 | 0 | 0.2 | 0.37 | 0.12 | 27.47 | 0.58 | 0.72 |
| Hex | E1 | B4 | 8E | 0 | 14 | 25 | C | 1B | 3A | 48 |
| Octal | 341 | 264 | 216 | 0 | 24 | 45 | 14 | 33 | 72 | 110 |
| Binary | 11100001 | 10110100 | 10001110 | 0 | 10100 | 100101 | 1100 | 11011 | 111010 | 1001000 |
Color Harmonies of #E1B48E
Complementary color
Monochromatic Colors of #E1B48E
Black with #E1B48E
Text Example
Text Example
White with #E1B48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B48E; }
p { color: rgb(225,180,142); }
H1.HeaderClassName
{
color: #E1B48E;
}
.AnyTagClassName
{
color: #E1B48E;
}
</style>
background-color css
<style>
a { background-color: #E1B48E; }
a { background-color: rgb(225,180,142); }
div.DivClassName
{
background-color: #E1B48E;
}
.BgClassName
{
background-color: #E1B48E;
}
</style>
border-color css
<style>
span { border-color: #E1B48E; }
span { border-color: rgb(225,180,142); }
td.TdClassName
{
border-color: #E1B48E;
}
.TagClassName
{
border-color: #E1B48E;
}
</style>