Shades of Pancho #E5C191
Tints of Pancho #E5C191
RGB
CMYK
RGB Variations
Color information
#E5C191 (or 0xE5C191) is known color: Pancho. HEX triplet: E5, C1 and 91. RGB value is (229,193,145). Sum of RGB (Red+Green+Blue) = 229+193+145=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C191 is #1A3E6E. Grayscale: #C6C6C6. Windows color (decimal): -1719919 or 9552357. OLE color: 9552357.
HSL color Cylindrical-coordinate representation of color #E5C191: hue angle of 34.29º 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 #E5C191 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 145 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.10 |
| HSL | 34.29º | 0.62% | 0.73% | - |
| HSV(B) | 34.29º | 0.37% | 0.9% | - |
| XYZ | 56.49 | 56.84 | 34.78 | - |
| YUV | 198.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 145 | 0 | 0.16 | 0.37 | 0.10 | 34.29 | 0.62 | 0.73 |
| Hex | E5 | C1 | 91 | 0 | 10 | 25 | A | 22 | 3E | 49 |
| Octal | 345 | 301 | 221 | 0 | 20 | 45 | 12 | 42 | 76 | 111 |
| Binary | 11100101 | 11000001 | 10010001 | 0 | 10000 | 100101 | 1010 | 100010 | 111110 | 1001001 |
Color Harmonies of #E5C191
Complementary color
Monochromatic Colors of #E5C191
Black with #E5C191
Text Example
Text Example
White with #E5C191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C191; }
p { color: rgb(229,193,145); }
H1.HeaderClassName
{
color: #E5C191;
}
.AnyTagClassName
{
color: #E5C191;
}
</style>
background-color css
<style>
a { background-color: #E5C191; }
a { background-color: rgb(229,193,145); }
div.DivClassName
{
background-color: #E5C191;
}
.BgClassName
{
background-color: #E5C191;
}
</style>
border-color css
<style>
span { border-color: #E5C191; }
span { border-color: rgb(229,193,145); }
td.TdClassName
{
border-color: #E5C191;
}
.TagClassName
{
border-color: #E5C191;
}
</style>