Shades of Pancho #E5C092
Tints of Pancho #E5C092
RGB
CMYK
RGB Variations
Color information
#E5C092 (or 0xE5C092) is known color: Pancho. HEX triplet: E5, C0 and 92. RGB value is (229,192,146). Sum of RGB (Red+Green+Blue) = 229+192+146=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C092 is #1A3F6D. Grayscale: #C6C6C6. Windows color (decimal): -1720174 or 9617637. OLE color: 9617637.
HSL color Cylindrical-coordinate representation of color #E5C092: hue angle of 33.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5C092 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 146 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.10 |
| HSL | 33.25º | 0.61% | 0.74% | - |
| HSV(B) | 33.25º | 0.36% | 0.9% | - |
| XYZ | 56.35 | 56.43 | 35.12 | - |
| YUV | 197.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 146 | 0 | 0.16 | 0.36 | 0.10 | 33.25 | 0.61 | 0.74 |
| Hex | E5 | C0 | 92 | 0 | 10 | 24 | A | 21 | 3D | 4A |
| Octal | 345 | 300 | 222 | 0 | 20 | 44 | 12 | 41 | 75 | 112 |
| Binary | 11100101 | 11000000 | 10010010 | 0 | 10000 | 100100 | 1010 | 100001 | 111101 | 1001010 |
Color Harmonies of #E5C092
Complementary color
Monochromatic Colors of #E5C092
Black with #E5C092
Text Example
Text Example
White with #E5C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C092; }
p { color: rgb(229,192,146); }
H1.HeaderClassName
{
color: #E5C092;
}
.AnyTagClassName
{
color: #E5C092;
}
</style>
background-color css
<style>
a { background-color: #E5C092; }
a { background-color: rgb(229,192,146); }
div.DivClassName
{
background-color: #E5C092;
}
.BgClassName
{
background-color: #E5C092;
}
</style>
border-color css
<style>
span { border-color: #E5C092; }
span { border-color: rgb(229,192,146); }
td.TdClassName
{
border-color: #E5C092;
}
.TagClassName
{
border-color: #E5C092;
}
</style>