Shades of Pancho #E1C09A
Tints of Pancho #E1C09A
RGB
CMYK
RGB Variations
Color information
#E1C09A (or 0xE1C09A) is known color: Pancho. HEX triplet: E1, C0 and 9A. RGB value is (225,192,154). Sum of RGB (Red+Green+Blue) = 225+192+154=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C09A is #1E3F65. Grayscale: #C5C5C5. Windows color (decimal): -1982310 or 10141921. OLE color: 10141921.
HSL color Cylindrical-coordinate representation of color #E1C09A: hue angle of 32.11º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1C09A is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 154 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.12 |
| HSL | 32.11º | 0.54% | 0.74% | - |
| HSV(B) | 32.11º | 0.32% | 0.88% | - |
| XYZ | 55.73 | 56.04 | 38.45 | - |
| YUV | 197.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 154 | 0 | 0.15 | 0.32 | 0.12 | 32.11 | 0.54 | 0.74 |
| Hex | E1 | C0 | 9A | 0 | F | 20 | C | 20 | 36 | 4A |
| Octal | 341 | 300 | 232 | 0 | 17 | 40 | 14 | 40 | 66 | 112 |
| Binary | 11100001 | 11000000 | 10011010 | 0 | 1111 | 100000 | 1100 | 100000 | 110110 | 1001010 |
Color Harmonies of #E1C09A
Complementary color
Monochromatic Colors of #E1C09A
Black with #E1C09A
Text Example
Text Example
White with #E1C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C09A; }
p { color: rgb(225,192,154); }
H1.HeaderClassName
{
color: #E1C09A;
}
.AnyTagClassName
{
color: #E1C09A;
}
</style>
background-color css
<style>
a { background-color: #E1C09A; }
a { background-color: rgb(225,192,154); }
div.DivClassName
{
background-color: #E1C09A;
}
.BgClassName
{
background-color: #E1C09A;
}
</style>
border-color css
<style>
span { border-color: #E1C09A; }
span { border-color: rgb(225,192,154); }
td.TdClassName
{
border-color: #E1C09A;
}
.TagClassName
{
border-color: #E1C09A;
}
</style>