Shades of Pancho #E1B18D
Tints of Pancho #E1B18D
RGB
CMYK
RGB Variations
Color information
#E1B18D (or 0xE1B18D) is known color: Pancho. HEX triplet: E1, B1 and 8D. RGB value is (225,177,141). Sum of RGB (Red+Green+Blue) = 225+177+141=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B18D is #1E4E72. Grayscale: #BBBBBB. Windows color (decimal): -1986163 or 9286113. OLE color: 9286113.
HSL color Cylindrical-coordinate representation of color #E1B18D: hue angle of 25.71º 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 #E1B18D is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 141 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.12 |
| HSL | 25.71º | 0.58% | 0.72% | - |
| HSV(B) | 25.71º | 0.37% | 0.88% | - |
| XYZ | 51.58 | 49.37 | 32.01 | - |
| YUV | 187.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 141 | 0 | 0.21 | 0.37 | 0.12 | 25.71 | 0.58 | 0.72 |
| Hex | E1 | B1 | 8D | 0 | 15 | 25 | C | 1A | 3A | 48 |
| Octal | 341 | 261 | 215 | 0 | 25 | 45 | 14 | 32 | 72 | 110 |
| Binary | 11100001 | 10110001 | 10001101 | 0 | 10101 | 100101 | 1100 | 11010 | 111010 | 1001000 |
Color Harmonies of #E1B18D
Complementary color
Monochromatic Colors of #E1B18D
Black with #E1B18D
Text Example
Text Example
White with #E1B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B18D; }
p { color: rgb(225,177,141); }
H1.HeaderClassName
{
color: #E1B18D;
}
.AnyTagClassName
{
color: #E1B18D;
}
</style>
background-color css
<style>
a { background-color: #E1B18D; }
a { background-color: rgb(225,177,141); }
div.DivClassName
{
background-color: #E1B18D;
}
.BgClassName
{
background-color: #E1B18D;
}
</style>
border-color css
<style>
span { border-color: #E1B18D; }
span { border-color: rgb(225,177,141); }
td.TdClassName
{
border-color: #E1B18D;
}
.TagClassName
{
border-color: #E1B18D;
}
</style>