Shades of Pancho #E5C194
Tints of Pancho #E5C194
RGB
CMYK
RGB Variations
Color information
#E5C194 (or 0xE5C194) is known color: Pancho. HEX triplet: E5, C1 and 94. RGB value is (229,193,148). Sum of RGB (Red+Green+Blue) = 229+193+148=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C194 is #1A3E6B. Grayscale: #C6C6C6. Windows color (decimal): -1719916 or 9748965. OLE color: 9748965.
HSL color Cylindrical-coordinate representation of color #E5C194: hue angle of 33.33º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5C194 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 148 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.10 |
| HSL | 33.33º | 0.61% | 0.74% | - |
| HSV(B) | 33.33º | 0.35% | 0.9% | - |
| XYZ | 56.73 | 56.94 | 36.02 | - |
| YUV | 198.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 148 | 0 | 0.16 | 0.35 | 0.10 | 33.33 | 0.61 | 0.74 |
| Hex | E5 | C1 | 94 | 0 | 10 | 23 | A | 21 | 3D | 4A |
| Octal | 345 | 301 | 224 | 0 | 20 | 43 | 12 | 41 | 75 | 112 |
| Binary | 11100101 | 11000001 | 10010100 | 0 | 10000 | 100011 | 1010 | 100001 | 111101 | 1001010 |
Color Harmonies of #E5C194
Complementary color
Monochromatic Colors of #E5C194
Black with #E5C194
Text Example
Text Example
White with #E5C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C194; }
p { color: rgb(229,193,148); }
H1.HeaderClassName
{
color: #E5C194;
}
.AnyTagClassName
{
color: #E5C194;
}
</style>
background-color css
<style>
a { background-color: #E5C194; }
a { background-color: rgb(229,193,148); }
div.DivClassName
{
background-color: #E5C194;
}
.BgClassName
{
background-color: #E5C194;
}
</style>
border-color css
<style>
span { border-color: #E5C194; }
span { border-color: rgb(229,193,148); }
td.TdClassName
{
border-color: #E5C194;
}
.TagClassName
{
border-color: #E5C194;
}
</style>