Shades of Pancho #EAB991
Tints of Pancho #EAB991
RGB
CMYK
RGB Variations
Color information
#EAB991 (or 0xEAB991) is known color: Pancho. HEX triplet: EA, B9 and 91. RGB value is (234,185,145). Sum of RGB (Red+Green+Blue) = 234+185+145=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 145 (57.03% from 255 or 25.71% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB991 is #15466E. Grayscale: #C3C3C3. Windows color (decimal): -1394287 or 9550314. OLE color: 9550314.
HSL color Cylindrical-coordinate representation of color #EAB991: hue angle of 26.97º 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 #EAB991 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 145 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.08 |
| HSL | 26.97º | 0.68% | 0.74% | - |
| HSV(B) | 26.97º | 0.38% | 0.92% | - |
| XYZ | 56.39 | 54.23 | 34.28 | - |
| YUV | 195.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 145 | 0 | 0.21 | 0.38 | 0.08 | 26.97 | 0.68 | 0.74 |
| Hex | EA | B9 | 91 | 0 | 15 | 26 | 8 | 1B | 44 | 4A |
| Octal | 352 | 271 | 221 | 0 | 25 | 46 | 10 | 33 | 104 | 112 |
| Binary | 11101010 | 10111001 | 10010001 | 0 | 10101 | 100110 | 1000 | 11011 | 1000100 | 1001010 |
Color Harmonies of #EAB991
Complementary color
Monochromatic Colors of #EAB991
Black with #EAB991
Text Example
Text Example
White with #EAB991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB991; }
p { color: rgb(234,185,145); }
H1.HeaderClassName
{
color: #EAB991;
}
.AnyTagClassName
{
color: #EAB991;
}
</style>
background-color css
<style>
a { background-color: #EAB991; }
a { background-color: rgb(234,185,145); }
div.DivClassName
{
background-color: #EAB991;
}
.BgClassName
{
background-color: #EAB991;
}
</style>
border-color css
<style>
span { border-color: #EAB991; }
span { border-color: rgb(234,185,145); }
td.TdClassName
{
border-color: #EAB991;
}
.TagClassName
{
border-color: #EAB991;
}
</style>