Shades of Pancho #E1C293
Tints of Pancho #E1C293
RGB
CMYK
RGB Variations
Color information
#E1C293 (or 0xE1C293) is known color: Pancho. HEX triplet: E1, C2 and 93. RGB value is (225,194,147). Sum of RGB (Red+Green+Blue) = 225+194+147=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C293 is #1E3D6C. Grayscale: #C6C6C6. Windows color (decimal): -1981805 or 9683681. OLE color: 9683681.
HSL color Cylindrical-coordinate representation of color #E1C293: hue angle of 36.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1C293 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 147 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.12 |
| HSL | 36.15º | 0.57% | 0.73% | - |
| HSV(B) | 36.15º | 0.35% | 0.88% | - |
| XYZ | 55.61 | 56.7 | 35.62 | - |
| YUV | 197.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 147 | 0 | 0.14 | 0.35 | 0.12 | 36.15 | 0.57 | 0.73 |
| Hex | E1 | C2 | 93 | 0 | E | 23 | C | 24 | 39 | 49 |
| Octal | 341 | 302 | 223 | 0 | 16 | 43 | 14 | 44 | 71 | 111 |
| Binary | 11100001 | 11000010 | 10010011 | 0 | 1110 | 100011 | 1100 | 100100 | 111001 | 1001001 |
Color Harmonies of #E1C293
Complementary color
Monochromatic Colors of #E1C293
Black with #E1C293
Text Example
Text Example
White with #E1C293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C293; }
p { color: rgb(225,194,147); }
H1.HeaderClassName
{
color: #E1C293;
}
.AnyTagClassName
{
color: #E1C293;
}
</style>
background-color css
<style>
a { background-color: #E1C293; }
a { background-color: rgb(225,194,147); }
div.DivClassName
{
background-color: #E1C293;
}
.BgClassName
{
background-color: #E1C293;
}
</style>
border-color css
<style>
span { border-color: #E1C293; }
span { border-color: rgb(225,194,147); }
td.TdClassName
{
border-color: #E1C293;
}
.TagClassName
{
border-color: #E1C293;
}
</style>