Shades of Pancho #EABE95
Tints of Pancho #EABE95
RGB
CMYK
RGB Variations
Color information
#EABE95 (or 0xEABE95) is known color: Pancho. HEX triplet: EA, BE and 95. RGB value is (234,190,149). Sum of RGB (Red+Green+Blue) = 234+190+149=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABE95 is #15416A. Grayscale: #C6C6C6. Windows color (decimal): -1393003 or 9813738. OLE color: 9813738.
HSL color Cylindrical-coordinate representation of color #EABE95: hue angle of 28.94º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EABE95 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 149 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.08 |
| HSL | 28.94º | 0.67% | 0.75% | - |
| HSV(B) | 28.94º | 0.36% | 0.92% | - |
| XYZ | 57.77 | 56.49 | 36.29 | - |
| YUV | 198.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 149 | 0 | 0.19 | 0.36 | 0.08 | 28.94 | 0.67 | 0.75 |
| Hex | EA | BE | 95 | 0 | 13 | 24 | 8 | 1D | 43 | 4B |
| Octal | 352 | 276 | 225 | 0 | 23 | 44 | 10 | 35 | 103 | 113 |
| Binary | 11101010 | 10111110 | 10010101 | 0 | 10011 | 100100 | 1000 | 11101 | 1000011 | 1001011 |
Color Harmonies of #EABE95
Complementary color
Monochromatic Colors of #EABE95
Black with #EABE95
Text Example
Text Example
White with #EABE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE95; }
p { color: rgb(234,190,149); }
H1.HeaderClassName
{
color: #EABE95;
}
.AnyTagClassName
{
color: #EABE95;
}
</style>
background-color css
<style>
a { background-color: #EABE95; }
a { background-color: rgb(234,190,149); }
div.DivClassName
{
background-color: #EABE95;
}
.BgClassName
{
background-color: #EABE95;
}
</style>
border-color css
<style>
span { border-color: #EABE95; }
span { border-color: rgb(234,190,149); }
td.TdClassName
{
border-color: #EABE95;
}
.TagClassName
{
border-color: #EABE95;
}
</style>