Shades of Pancho #EAB792
Tints of Pancho #EAB792
RGB
CMYK
RGB Variations
Color information
#EAB792 (or 0xEAB792) is known color: Pancho. HEX triplet: EA, B7 and 92. RGB value is (234,183,146). Sum of RGB (Red+Green+Blue) = 234+183+146=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB792 is #15486D. Grayscale: #C2C2C2. Windows color (decimal): -1394798 or 9615338. OLE color: 9615338.
HSL color Cylindrical-coordinate representation of color #EAB792: hue angle of 25.23º 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 #EAB792 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 146 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.08 |
| HSL | 25.23º | 0.68% | 0.75% | - |
| HSV(B) | 25.23º | 0.38% | 0.92% | - |
| XYZ | 56.05 | 53.43 | 34.55 | - |
| YUV | 194.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 146 | 0 | 0.22 | 0.38 | 0.08 | 25.23 | 0.68 | 0.75 |
| Hex | EA | B7 | 92 | 0 | 16 | 26 | 8 | 19 | 44 | 4B |
| Octal | 352 | 267 | 222 | 0 | 26 | 46 | 10 | 31 | 104 | 113 |
| Binary | 11101010 | 10110111 | 10010010 | 0 | 10110 | 100110 | 1000 | 11001 | 1000100 | 1001011 |
Color Harmonies of #EAB792
Complementary color
Monochromatic Colors of #EAB792
Black with #EAB792
Text Example
Text Example
White with #EAB792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB792; }
p { color: rgb(234,183,146); }
H1.HeaderClassName
{
color: #EAB792;
}
.AnyTagClassName
{
color: #EAB792;
}
</style>
background-color css
<style>
a { background-color: #EAB792; }
a { background-color: rgb(234,183,146); }
div.DivClassName
{
background-color: #EAB792;
}
.BgClassName
{
background-color: #EAB792;
}
</style>
border-color css
<style>
span { border-color: #EAB792; }
span { border-color: rgb(234,183,146); }
td.TdClassName
{
border-color: #EAB792;
}
.TagClassName
{
border-color: #EAB792;
}
</style>