Shades of Pancho #E1B18E
Tints of Pancho #E1B18E
RGB
CMYK
RGB Variations
Color information
#E1B18E (or 0xE1B18E) is known color: Pancho. HEX triplet: E1, B1 and 8E. RGB value is (225,177,142). Sum of RGB (Red+Green+Blue) = 225+177+142=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B18E is #1E4E71. Grayscale: #BBBBBB. Windows color (decimal): -1986162 or 9351649. OLE color: 9351649.
HSL color Cylindrical-coordinate representation of color #E1B18E: hue angle of 25.3º 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 #E1B18E is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 142 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.12 |
| HSL | 25.3º | 0.58% | 0.72% | - |
| HSV(B) | 25.3º | 0.37% | 0.88% | - |
| XYZ | 51.66 | 49.4 | 32.4 | - |
| YUV | 187.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 142 | 0 | 0.21 | 0.37 | 0.12 | 25.3 | 0.58 | 0.72 |
| Hex | E1 | B1 | 8E | 0 | 15 | 25 | C | 19 | 3A | 48 |
| Octal | 341 | 261 | 216 | 0 | 25 | 45 | 14 | 31 | 72 | 110 |
| Binary | 11100001 | 10110001 | 10001110 | 0 | 10101 | 100101 | 1100 | 11001 | 111010 | 1001000 |
Color Harmonies of #E1B18E
Complementary color
Monochromatic Colors of #E1B18E
Black with #E1B18E
Text Example
Text Example
White with #E1B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B18E; }
p { color: rgb(225,177,142); }
H1.HeaderClassName
{
color: #E1B18E;
}
.AnyTagClassName
{
color: #E1B18E;
}
</style>
background-color css
<style>
a { background-color: #E1B18E; }
a { background-color: rgb(225,177,142); }
div.DivClassName
{
background-color: #E1B18E;
}
.BgClassName
{
background-color: #E1B18E;
}
</style>
border-color css
<style>
span { border-color: #E1B18E; }
span { border-color: rgb(225,177,142); }
td.TdClassName
{
border-color: #E1B18E;
}
.TagClassName
{
border-color: #E1B18E;
}
</style>