Shades of Pancho #E5C190
Tints of Pancho #E5C190
RGB
CMYK
RGB Variations
Color information
#E5C190 (or 0xE5C190) is known color: Pancho. HEX triplet: E5, C1 and 90. RGB value is (229,193,144). Sum of RGB (Red+Green+Blue) = 229+193+144=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C190 is #1A3E6F. Grayscale: #C6C6C6. Windows color (decimal): -1719920 or 9486821. OLE color: 9486821.
HSL color Cylindrical-coordinate representation of color #E5C190: hue angle of 34.59º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5C190 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 144 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.10 |
| HSL | 34.59º | 0.62% | 0.73% | - |
| HSV(B) | 34.59º | 0.37% | 0.9% | - |
| XYZ | 56.42 | 56.81 | 34.38 | - |
| YUV | 198.18 | 97.43 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 144 | 0 | 0.16 | 0.37 | 0.10 | 34.59 | 0.62 | 0.73 |
| Hex | E5 | C1 | 90 | 0 | 10 | 25 | A | 23 | 3E | 49 |
| Octal | 345 | 301 | 220 | 0 | 20 | 45 | 12 | 43 | 76 | 111 |
| Binary | 11100101 | 11000001 | 10010000 | 0 | 10000 | 100101 | 1010 | 100011 | 111110 | 1001001 |
Color Harmonies of #E5C190
Complementary color
Monochromatic Colors of #E5C190
Black with #E5C190
Text Example
Text Example
White with #E5C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C190; }
p { color: rgb(229,193,144); }
H1.HeaderClassName
{
color: #E5C190;
}
.AnyTagClassName
{
color: #E5C190;
}
</style>
background-color css
<style>
a { background-color: #E5C190; }
a { background-color: rgb(229,193,144); }
div.DivClassName
{
background-color: #E5C190;
}
.BgClassName
{
background-color: #E5C190;
}
</style>
border-color css
<style>
span { border-color: #E5C190; }
span { border-color: rgb(229,193,144); }
td.TdClassName
{
border-color: #E5C190;
}
.TagClassName
{
border-color: #E5C190;
}
</style>