Shades of Pancho #EAC090
Tints of Pancho #EAC090
RGB
CMYK
RGB Variations
Color information
#EAC090 (or 0xEAC090) is known color: Pancho. HEX triplet: EA, C0 and 90. RGB value is (234,192,144). Sum of RGB (Red+Green+Blue) = 234+192+144=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC090 is #153F6F. Grayscale: #C7C7C7. Windows color (decimal): -1392496 or 9486570. OLE color: 9486570.
HSL color Cylindrical-coordinate representation of color #EAC090: hue angle of 32º 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 #EAC090 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 144 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.08 |
| HSL | 32º | 0.68% | 0.74% | - |
| HSV(B) | 32º | 0.38% | 0.92% | - |
| XYZ | 57.82 | 57.21 | 34.38 | - |
| YUV | 199.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 144 | 0 | 0.18 | 0.38 | 0.08 | 32 | 0.68 | 0.74 |
| Hex | EA | C0 | 90 | 0 | 12 | 26 | 8 | 20 | 44 | 4A |
| Octal | 352 | 300 | 220 | 0 | 22 | 46 | 10 | 40 | 104 | 112 |
| Binary | 11101010 | 11000000 | 10010000 | 0 | 10010 | 100110 | 1000 | 100000 | 1000100 | 1001010 |
Color Harmonies of #EAC090
Complementary color
Monochromatic Colors of #EAC090
Black with #EAC090
Text Example
Text Example
White with #EAC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC090; }
p { color: rgb(234,192,144); }
H1.HeaderClassName
{
color: #EAC090;
}
.AnyTagClassName
{
color: #EAC090;
}
</style>
background-color css
<style>
a { background-color: #EAC090; }
a { background-color: rgb(234,192,144); }
div.DivClassName
{
background-color: #EAC090;
}
.BgClassName
{
background-color: #EAC090;
}
</style>
border-color css
<style>
span { border-color: #EAC090; }
span { border-color: rgb(234,192,144); }
td.TdClassName
{
border-color: #EAC090;
}
.TagClassName
{
border-color: #EAC090;
}
</style>