Shades of Pancho #EAC092
Tints of Pancho #EAC092
RGB
CMYK
RGB Variations
Color information
#EAC092 (or 0xEAC092) is known color: Pancho. HEX triplet: EA, C0 and 92. RGB value is (234,192,146). Sum of RGB (Red+Green+Blue) = 234+192+146=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC092 is #153F6D. Grayscale: #C7C7C7. Windows color (decimal): -1392494 or 9617642. OLE color: 9617642.
HSL color Cylindrical-coordinate representation of color #EAC092: hue angle of 31.36º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAC092 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 146 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.08 |
| HSL | 31.36º | 0.68% | 0.75% | - |
| HSV(B) | 31.36º | 0.38% | 0.92% | - |
| XYZ | 57.97 | 57.27 | 35.19 | - |
| YUV | 199.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 146 | 0 | 0.18 | 0.38 | 0.08 | 31.36 | 0.68 | 0.75 |
| Hex | EA | C0 | 92 | 0 | 12 | 26 | 8 | 1F | 44 | 4B |
| Octal | 352 | 300 | 222 | 0 | 22 | 46 | 10 | 37 | 104 | 113 |
| Binary | 11101010 | 11000000 | 10010010 | 0 | 10010 | 100110 | 1000 | 11111 | 1000100 | 1001011 |
Color Harmonies of #EAC092
Complementary color
Monochromatic Colors of #EAC092
Black with #EAC092
Text Example
Text Example
White with #EAC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC092; }
p { color: rgb(234,192,146); }
H1.HeaderClassName
{
color: #EAC092;
}
.AnyTagClassName
{
color: #EAC092;
}
</style>
background-color css
<style>
a { background-color: #EAC092; }
a { background-color: rgb(234,192,146); }
div.DivClassName
{
background-color: #EAC092;
}
.BgClassName
{
background-color: #EAC092;
}
</style>
border-color css
<style>
span { border-color: #EAC092; }
span { border-color: rgb(234,192,146); }
td.TdClassName
{
border-color: #EAC092;
}
.TagClassName
{
border-color: #EAC092;
}
</style>