Shades of Pancho #EAC290
Tints of Pancho #EAC290
RGB
CMYK
RGB Variations
Color information
#EAC290 (or 0xEAC290) is known color: Pancho. HEX triplet: EA, C2 and 90. RGB value is (234,194,144). Sum of RGB (Red+Green+Blue) = 234+194+144=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC290 is #153D6F. Grayscale: #C8C8C8. Windows color (decimal): -1391984 or 9487082. OLE color: 9487082.
HSL color Cylindrical-coordinate representation of color #EAC290: hue angle of 33.33º 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 #EAC290 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 144 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.08 |
| HSL | 33.33º | 0.68% | 0.74% | - |
| HSV(B) | 33.33º | 0.38% | 0.92% | - |
| XYZ | 58.26 | 58.09 | 34.53 | - |
| YUV | 200.26 | 96.25 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 144 | 0 | 0.17 | 0.38 | 0.08 | 33.33 | 0.68 | 0.74 |
| Hex | EA | C2 | 90 | 0 | 11 | 26 | 8 | 21 | 44 | 4A |
| Octal | 352 | 302 | 220 | 0 | 21 | 46 | 10 | 41 | 104 | 112 |
| Binary | 11101010 | 11000010 | 10010000 | 0 | 10001 | 100110 | 1000 | 100001 | 1000100 | 1001010 |
Color Harmonies of #EAC290
Complementary color
Monochromatic Colors of #EAC290
Black with #EAC290
Text Example
Text Example
White with #EAC290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC290; }
p { color: rgb(234,194,144); }
H1.HeaderClassName
{
color: #EAC290;
}
.AnyTagClassName
{
color: #EAC290;
}
</style>
background-color css
<style>
a { background-color: #EAC290; }
a { background-color: rgb(234,194,144); }
div.DivClassName
{
background-color: #EAC290;
}
.BgClassName
{
background-color: #EAC290;
}
</style>
border-color css
<style>
span { border-color: #EAC290; }
span { border-color: rgb(234,194,144); }
td.TdClassName
{
border-color: #EAC290;
}
.TagClassName
{
border-color: #EAC290;
}
</style>