Shades of Pancho #E1B88D
Tints of Pancho #E1B88D
RGB
CMYK
RGB Variations
Color information
#E1B88D (or 0xE1B88D) is known color: Pancho. HEX triplet: E1, B8 and 8D. RGB value is (225,184,141). Sum of RGB (Red+Green+Blue) = 225+184+141=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B88D is #1E4772. Grayscale: #BFBFBF. Windows color (decimal): -1984371 or 9287905. OLE color: 9287905.
HSL color Cylindrical-coordinate representation of color #E1B88D: hue angle of 30.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 #E1B88D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 141 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.12 |
| HSL | 30.71º | 0.58% | 0.72% | - |
| HSV(B) | 30.71º | 0.37% | 0.88% | - |
| XYZ | 53 | 52.21 | 32.48 | - |
| YUV | 191.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 141 | 0 | 0.18 | 0.37 | 0.12 | 30.71 | 0.58 | 0.72 |
| Hex | E1 | B8 | 8D | 0 | 12 | 25 | C | 1F | 3A | 48 |
| Octal | 341 | 270 | 215 | 0 | 22 | 45 | 14 | 37 | 72 | 110 |
| Binary | 11100001 | 10111000 | 10001101 | 0 | 10010 | 100101 | 1100 | 11111 | 111010 | 1001000 |
Color Harmonies of #E1B88D
Complementary color
Monochromatic Colors of #E1B88D
Black with #E1B88D
Text Example
Text Example
White with #E1B88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B88D; }
p { color: rgb(225,184,141); }
H1.HeaderClassName
{
color: #E1B88D;
}
.AnyTagClassName
{
color: #E1B88D;
}
</style>
background-color css
<style>
a { background-color: #E1B88D; }
a { background-color: rgb(225,184,141); }
div.DivClassName
{
background-color: #E1B88D;
}
.BgClassName
{
background-color: #E1B88D;
}
</style>
border-color css
<style>
span { border-color: #E1B88D; }
span { border-color: rgb(225,184,141); }
td.TdClassName
{
border-color: #E1B88D;
}
.TagClassName
{
border-color: #E1B88D;
}
</style>