Shades of Pancho #EAB790
Tints of Pancho #EAB790
RGB
CMYK
RGB Variations
Color information
#EAB790 (or 0xEAB790) is known color: Pancho. HEX triplet: EA, B7 and 90. RGB value is (234,183,144). Sum of RGB (Red+Green+Blue) = 234+183+144=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB790 is #15486F. Grayscale: #C2C2C2. Windows color (decimal): -1394800 or 9484266. OLE color: 9484266.
HSL color Cylindrical-coordinate representation of color #EAB790: hue angle of 26º 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 #EAB790 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 144 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.08 |
| HSL | 26º | 0.68% | 0.74% | - |
| HSV(B) | 26º | 0.38% | 0.92% | - |
| XYZ | 55.9 | 53.37 | 33.74 | - |
| YUV | 193.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 144 | 0 | 0.22 | 0.38 | 0.08 | 26 | 0.68 | 0.74 |
| Hex | EA | B7 | 90 | 0 | 16 | 26 | 8 | 1A | 44 | 4A |
| Octal | 352 | 267 | 220 | 0 | 26 | 46 | 10 | 32 | 104 | 112 |
| Binary | 11101010 | 10110111 | 10010000 | 0 | 10110 | 100110 | 1000 | 11010 | 1000100 | 1001010 |
Color Harmonies of #EAB790
Complementary color
Monochromatic Colors of #EAB790
Black with #EAB790
Text Example
Text Example
White with #EAB790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB790; }
p { color: rgb(234,183,144); }
H1.HeaderClassName
{
color: #EAB790;
}
.AnyTagClassName
{
color: #EAB790;
}
</style>
background-color css
<style>
a { background-color: #EAB790; }
a { background-color: rgb(234,183,144); }
div.DivClassName
{
background-color: #EAB790;
}
.BgClassName
{
background-color: #EAB790;
}
</style>
border-color css
<style>
span { border-color: #EAB790; }
span { border-color: rgb(234,183,144); }
td.TdClassName
{
border-color: #EAB790;
}
.TagClassName
{
border-color: #EAB790;
}
</style>