Shades of Pancho #E9B890
Tints of Pancho #E9B890
RGB
CMYK
RGB Variations
Color information
#E9B890 (or 0xE9B890) is known color: Pancho. HEX triplet: E9, B8 and 90. RGB value is (233,184,144). Sum of RGB (Red+Green+Blue) = 233+184+144=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B890 is #16476F. Grayscale: #C2C2C2. Windows color (decimal): -1460080 or 9484521. OLE color: 9484521.
HSL color Cylindrical-coordinate representation of color #E9B890: hue angle of 26.97º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E9B890 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 184 | 144 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.09 |
| HSL | 26.97º | 0.67% | 0.74% | - |
| HSV(B) | 26.97º | 0.38% | 0.91% | - |
| XYZ | 55.78 | 53.62 | 33.8 | - |
| YUV | 194.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 184 | 144 | 0 | 0.21 | 0.38 | 0.09 | 26.97 | 0.67 | 0.74 |
| Hex | E9 | B8 | 90 | 0 | 15 | 26 | 9 | 1B | 43 | 4A |
| Octal | 351 | 270 | 220 | 0 | 25 | 46 | 11 | 33 | 103 | 112 |
| Binary | 11101001 | 10111000 | 10010000 | 0 | 10101 | 100110 | 1001 | 11011 | 1000011 | 1001010 |
Color Harmonies of #E9B890
Complementary color
Monochromatic Colors of #E9B890
Black with #E9B890
Text Example
Text Example
White with #E9B890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B890; }
p { color: rgb(233,184,144); }
H1.HeaderClassName
{
color: #E9B890;
}
.AnyTagClassName
{
color: #E9B890;
}
</style>
background-color css
<style>
a { background-color: #E9B890; }
a { background-color: rgb(233,184,144); }
div.DivClassName
{
background-color: #E9B890;
}
.BgClassName
{
background-color: #E9B890;
}
</style>
border-color css
<style>
span { border-color: #E9B890; }
span { border-color: rgb(233,184,144); }
td.TdClassName
{
border-color: #E9B890;
}
.TagClassName
{
border-color: #E9B890;
}
</style>