Shades of Pancho #EAC093
Tints of Pancho #EAC093
RGB
CMYK
RGB Variations
Color information
#EAC093 (or 0xEAC093) is known color: Pancho. HEX triplet: EA, C0 and 93. RGB value is (234,192,147). Sum of RGB (Red+Green+Blue) = 234+192+147=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC093 is #153F6C. Grayscale: #C7C7C7. Windows color (decimal): -1392493 or 9683178. OLE color: 9683178.
HSL color Cylindrical-coordinate representation of color #EAC093: hue angle of 31.03º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAC093 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 147 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.08 |
| HSL | 31.03º | 0.67% | 0.75% | - |
| HSV(B) | 31.03º | 0.37% | 0.92% | - |
| XYZ | 58.05 | 57.3 | 35.6 | - |
| YUV | 199.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 147 | 0 | 0.18 | 0.37 | 0.08 | 31.03 | 0.67 | 0.75 |
| Hex | EA | C0 | 93 | 0 | 12 | 25 | 8 | 1F | 43 | 4B |
| Octal | 352 | 300 | 223 | 0 | 22 | 45 | 10 | 37 | 103 | 113 |
| Binary | 11101010 | 11000000 | 10010011 | 0 | 10010 | 100101 | 1000 | 11111 | 1000011 | 1001011 |
Color Harmonies of #EAC093
Complementary color
Monochromatic Colors of #EAC093
Black with #EAC093
Text Example
Text Example
White with #EAC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC093; }
p { color: rgb(234,192,147); }
H1.HeaderClassName
{
color: #EAC093;
}
.AnyTagClassName
{
color: #EAC093;
}
</style>
background-color css
<style>
a { background-color: #EAC093; }
a { background-color: rgb(234,192,147); }
div.DivClassName
{
background-color: #EAC093;
}
.BgClassName
{
background-color: #EAC093;
}
</style>
border-color css
<style>
span { border-color: #EAC093; }
span { border-color: rgb(234,192,147); }
td.TdClassName
{
border-color: #EAC093;
}
.TagClassName
{
border-color: #EAC093;
}
</style>