Shades of Pancho #E1B291
Tints of Pancho #E1B291
RGB
CMYK
RGB Variations
Color information
#E1B291 (or 0xE1B291) is known color: Pancho. HEX triplet: E1, B2 and 91. RGB value is (225,178,145). Sum of RGB (Red+Green+Blue) = 225+178+145=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B291 is #1E4D6E. Grayscale: #BCBCBC. Windows color (decimal): -1985903 or 9548513. OLE color: 9548513.
HSL color Cylindrical-coordinate representation of color #E1B291: hue angle of 24.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1B291 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 145 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.12 |
| HSL | 24.75º | 0.57% | 0.73% | - |
| HSV(B) | 24.75º | 0.36% | 0.88% | - |
| XYZ | 52.08 | 49.89 | 33.67 | - |
| YUV | 188.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 145 | 0 | 0.21 | 0.36 | 0.12 | 24.75 | 0.57 | 0.73 |
| Hex | E1 | B2 | 91 | 0 | 15 | 24 | C | 19 | 39 | 49 |
| Octal | 341 | 262 | 221 | 0 | 25 | 44 | 14 | 31 | 71 | 111 |
| Binary | 11100001 | 10110010 | 10010001 | 0 | 10101 | 100100 | 1100 | 11001 | 111001 | 1001001 |
Color Harmonies of #E1B291
Complementary color
Monochromatic Colors of #E1B291
Black with #E1B291
Text Example
Text Example
White with #E1B291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B291; }
p { color: rgb(225,178,145); }
H1.HeaderClassName
{
color: #E1B291;
}
.AnyTagClassName
{
color: #E1B291;
}
</style>
background-color css
<style>
a { background-color: #E1B291; }
a { background-color: rgb(225,178,145); }
div.DivClassName
{
background-color: #E1B291;
}
.BgClassName
{
background-color: #E1B291;
}
</style>
border-color css
<style>
span { border-color: #E1B291; }
span { border-color: rgb(225,178,145); }
td.TdClassName
{
border-color: #E1B291;
}
.TagClassName
{
border-color: #E1B291;
}
</style>