Shades of Pancho #EABE91
Tints of Pancho #EABE91
RGB
CMYK
RGB Variations
Color information
#EABE91 (or 0xEABE91) is known color: Pancho. HEX triplet: EA, BE and 91. RGB value is (234,190,145). Sum of RGB (Red+Green+Blue) = 234+190+145=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 145 (57.03% from 255 or 25.48% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABE91 is #15416E. Grayscale: #C6C6C6. Windows color (decimal): -1393007 or 9551594. OLE color: 9551594.
HSL color Cylindrical-coordinate representation of color #EABE91: hue angle of 30.34º 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 #EABE91 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 145 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.08 |
| HSL | 30.34º | 0.68% | 0.74% | - |
| HSV(B) | 30.34º | 0.38% | 0.92% | - |
| XYZ | 57.46 | 56.36 | 34.64 | - |
| YUV | 198.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 145 | 0 | 0.19 | 0.38 | 0.08 | 30.34 | 0.68 | 0.74 |
| Hex | EA | BE | 91 | 0 | 13 | 26 | 8 | 1E | 44 | 4A |
| Octal | 352 | 276 | 221 | 0 | 23 | 46 | 10 | 36 | 104 | 112 |
| Binary | 11101010 | 10111110 | 10010001 | 0 | 10011 | 100110 | 1000 | 11110 | 1000100 | 1001010 |
Color Harmonies of #EABE91
Complementary color
Monochromatic Colors of #EABE91
Black with #EABE91
Text Example
Text Example
White with #EABE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE91; }
p { color: rgb(234,190,145); }
H1.HeaderClassName
{
color: #EABE91;
}
.AnyTagClassName
{
color: #EABE91;
}
</style>
background-color css
<style>
a { background-color: #EABE91; }
a { background-color: rgb(234,190,145); }
div.DivClassName
{
background-color: #EABE91;
}
.BgClassName
{
background-color: #EABE91;
}
</style>
border-color css
<style>
span { border-color: #EABE91; }
span { border-color: rgb(234,190,145); }
td.TdClassName
{
border-color: #EABE91;
}
.TagClassName
{
border-color: #EABE91;
}
</style>