Shades of Pancho #E1C095
Tints of Pancho #E1C095
RGB
CMYK
RGB Variations
Color information
#E1C095 (or 0xE1C095) is known color: Pancho. HEX triplet: E1, C0 and 95. RGB value is (225,192,149). Sum of RGB (Red+Green+Blue) = 225+192+149=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C095 is #1E3F6A. Grayscale: #C5C5C5. Windows color (decimal): -1982315 or 9814241. OLE color: 9814241.
HSL color Cylindrical-coordinate representation of color #E1C095: hue angle of 33.95º 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 #E1C095 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 149 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.12 |
| HSL | 33.95º | 0.56% | 0.73% | - |
| HSV(B) | 33.95º | 0.34% | 0.88% | - |
| XYZ | 55.33 | 55.88 | 36.3 | - |
| YUV | 196.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 149 | 0 | 0.15 | 0.34 | 0.12 | 33.95 | 0.56 | 0.73 |
| Hex | E1 | C0 | 95 | 0 | F | 22 | C | 22 | 38 | 49 |
| Octal | 341 | 300 | 225 | 0 | 17 | 42 | 14 | 42 | 70 | 111 |
| Binary | 11100001 | 11000000 | 10010101 | 0 | 1111 | 100010 | 1100 | 100010 | 111000 | 1001001 |
Color Harmonies of #E1C095
Complementary color
Monochromatic Colors of #E1C095
Black with #E1C095
Text Example
Text Example
White with #E1C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C095; }
p { color: rgb(225,192,149); }
H1.HeaderClassName
{
color: #E1C095;
}
.AnyTagClassName
{
color: #E1C095;
}
</style>
background-color css
<style>
a { background-color: #E1C095; }
a { background-color: rgb(225,192,149); }
div.DivClassName
{
background-color: #E1C095;
}
.BgClassName
{
background-color: #E1C095;
}
</style>
border-color css
<style>
span { border-color: #E1C095; }
span { border-color: rgb(225,192,149); }
td.TdClassName
{
border-color: #E1C095;
}
.TagClassName
{
border-color: #E1C095;
}
</style>