Shades of Pancho #E0C193
Tints of Pancho #E0C193
RGB
CMYK
RGB Variations
Color information
#E0C193 (or 0xE0C193) is known color: Pancho. HEX triplet: E0, C1 and 93. RGB value is (224,193,147). Sum of RGB (Red+Green+Blue) = 224+193+147=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C193 is #1F3E6C. Grayscale: #C5C5C5. Windows color (decimal): -2047597 or 9683424. OLE color: 9683424.
HSL color Cylindrical-coordinate representation of color #E0C193: hue angle of 35.84º degrees, saturation: 0.55, 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 #E0C193 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 147 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.12 |
| HSL | 35.84º | 0.55% | 0.73% | - |
| HSV(B) | 35.84º | 0.34% | 0.88% | - |
| XYZ | 55.08 | 56.09 | 35.53 | - |
| YUV | 197.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 147 | 0 | 0.14 | 0.34 | 0.12 | 35.84 | 0.55 | 0.73 |
| Hex | E0 | C1 | 93 | 0 | E | 22 | C | 24 | 37 | 49 |
| Octal | 340 | 301 | 223 | 0 | 16 | 42 | 14 | 44 | 67 | 111 |
| Binary | 11100000 | 11000001 | 10010011 | 0 | 1110 | 100010 | 1100 | 100100 | 110111 | 1001001 |
Color Harmonies of #E0C193
Complementary color
Monochromatic Colors of #E0C193
Black with #E0C193
Text Example
Text Example
White with #E0C193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C193; }
p { color: rgb(224,193,147); }
H1.HeaderClassName
{
color: #E0C193;
}
.AnyTagClassName
{
color: #E0C193;
}
</style>
background-color css
<style>
a { background-color: #E0C193; }
a { background-color: rgb(224,193,147); }
div.DivClassName
{
background-color: #E0C193;
}
.BgClassName
{
background-color: #E0C193;
}
</style>
border-color css
<style>
span { border-color: #E0C193; }
span { border-color: rgb(224,193,147); }
td.TdClassName
{
border-color: #E0C193;
}
.TagClassName
{
border-color: #E0C193;
}
</style>