Shades of Pancho #EAC191
Tints of Pancho #EAC191
RGB
CMYK
RGB Variations
Color information
#EAC191 (or 0xEAC191) is known color: Pancho. HEX triplet: EA, C1 and 91. RGB value is (234,193,145). Sum of RGB (Red+Green+Blue) = 234+193+145=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC191 is #153E6E. Grayscale: #C8C8C8. Windows color (decimal): -1392239 or 9552362. OLE color: 9552362.
HSL color Cylindrical-coordinate representation of color #EAC191: hue angle of 32.36º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAC191 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 145 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.08 |
| HSL | 32.36º | 0.68% | 0.74% | - |
| HSV(B) | 32.36º | 0.38% | 0.92% | - |
| XYZ | 58.11 | 57.68 | 34.86 | - |
| YUV | 199.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 145 | 0 | 0.18 | 0.38 | 0.08 | 32.36 | 0.68 | 0.74 |
| Hex | EA | C1 | 91 | 0 | 12 | 26 | 8 | 20 | 44 | 4A |
| Octal | 352 | 301 | 221 | 0 | 22 | 46 | 10 | 40 | 104 | 112 |
| Binary | 11101010 | 11000001 | 10010001 | 0 | 10010 | 100110 | 1000 | 100000 | 1000100 | 1001010 |
Color Harmonies of #EAC191
Complementary color
Monochromatic Colors of #EAC191
Black with #EAC191
Text Example
Text Example
White with #EAC191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC191; }
p { color: rgb(234,193,145); }
H1.HeaderClassName
{
color: #EAC191;
}
.AnyTagClassName
{
color: #EAC191;
}
</style>
background-color css
<style>
a { background-color: #EAC191; }
a { background-color: rgb(234,193,145); }
div.DivClassName
{
background-color: #EAC191;
}
.BgClassName
{
background-color: #EAC191;
}
</style>
border-color css
<style>
span { border-color: #EAC191; }
span { border-color: rgb(234,193,145); }
td.TdClassName
{
border-color: #EAC191;
}
.TagClassName
{
border-color: #EAC191;
}
</style>