Shades of Pancho #E1B294
Tints of Pancho #E1B294
RGB
CMYK
RGB Variations
Color information
#E1B294 (or 0xE1B294) is known color: Pancho. HEX triplet: E1, B2 and 94. RGB value is (225,178,148). Sum of RGB (Red+Green+Blue) = 225+178+148=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B294 is #1E4D6B. Grayscale: #BCBCBC. Windows color (decimal): -1985900 or 9745121. OLE color: 9745121.
HSL color Cylindrical-coordinate representation of color #E1B294: hue angle of 23.38º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1B294 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 148 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.12 |
| HSL | 23.38º | 0.56% | 0.73% | - |
| HSV(B) | 23.38º | 0.34% | 0.88% | - |
| XYZ | 52.32 | 49.99 | 34.91 | - |
| YUV | 188.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 148 | 0 | 0.21 | 0.34 | 0.12 | 23.38 | 0.56 | 0.73 |
| Hex | E1 | B2 | 94 | 0 | 15 | 22 | C | 17 | 38 | 49 |
| Octal | 341 | 262 | 224 | 0 | 25 | 42 | 14 | 27 | 70 | 111 |
| Binary | 11100001 | 10110010 | 10010100 | 0 | 10101 | 100010 | 1100 | 10111 | 111000 | 1001001 |
Color Harmonies of #E1B294
Complementary color
Monochromatic Colors of #E1B294
Black with #E1B294
Text Example
Text Example
White with #E1B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B294; }
p { color: rgb(225,178,148); }
H1.HeaderClassName
{
color: #E1B294;
}
.AnyTagClassName
{
color: #E1B294;
}
</style>
background-color css
<style>
a { background-color: #E1B294; }
a { background-color: rgb(225,178,148); }
div.DivClassName
{
background-color: #E1B294;
}
.BgClassName
{
background-color: #E1B294;
}
</style>
border-color css
<style>
span { border-color: #E1B294; }
span { border-color: rgb(225,178,148); }
td.TdClassName
{
border-color: #E1B294;
}
.TagClassName
{
border-color: #E1B294;
}
</style>