Shades of Pancho #E1C195
Tints of Pancho #E1C195
RGB
CMYK
RGB Variations
Color information
#E1C195 (or 0xE1C195) is known color: Pancho. HEX triplet: E1, C1 and 95. RGB value is (225,193,149). Sum of RGB (Red+Green+Blue) = 225+193+149=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C195 is #1E3E6A. Grayscale: #C5C5C5. Windows color (decimal): -1982059 or 9814497. OLE color: 9814497.
HSL color Cylindrical-coordinate representation of color #E1C195: hue angle of 34.74º 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 #E1C195 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 149 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.12 |
| HSL | 34.74º | 0.56% | 0.73% | - |
| HSV(B) | 34.74º | 0.34% | 0.88% | - |
| XYZ | 55.55 | 56.32 | 36.38 | - |
| YUV | 197.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 149 | 0 | 0.14 | 0.34 | 0.12 | 34.74 | 0.56 | 0.73 |
| Hex | E1 | C1 | 95 | 0 | E | 22 | C | 23 | 38 | 49 |
| Octal | 341 | 301 | 225 | 0 | 16 | 42 | 14 | 43 | 70 | 111 |
| Binary | 11100001 | 11000001 | 10010101 | 0 | 1110 | 100010 | 1100 | 100011 | 111000 | 1001001 |
Color Harmonies of #E1C195
Complementary color
Monochromatic Colors of #E1C195
Black with #E1C195
Text Example
Text Example
White with #E1C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C195; }
p { color: rgb(225,193,149); }
H1.HeaderClassName
{
color: #E1C195;
}
.AnyTagClassName
{
color: #E1C195;
}
</style>
background-color css
<style>
a { background-color: #E1C195; }
a { background-color: rgb(225,193,149); }
div.DivClassName
{
background-color: #E1C195;
}
.BgClassName
{
background-color: #E1C195;
}
</style>
border-color css
<style>
span { border-color: #E1C195; }
span { border-color: rgb(225,193,149); }
td.TdClassName
{
border-color: #E1C195;
}
.TagClassName
{
border-color: #E1C195;
}
</style>