Shades of Pancho #E1B899
Tints of Pancho #E1B899
RGB
CMYK
RGB Variations
Color information
#E1B899 (or 0xE1B899) is known color: Pancho. HEX triplet: E1, B8 and 99. RGB value is (225,184,153). Sum of RGB (Red+Green+Blue) = 225+184+153=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B899 is #1E4766. Grayscale: #C0C0C0. Windows color (decimal): -1984359 or 10074337. OLE color: 10074337.
HSL color Cylindrical-coordinate representation of color #E1B899: hue angle of 25.83º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1B899 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 153 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.12 |
| HSL | 25.83º | 0.55% | 0.74% | - |
| HSV(B) | 25.83º | 0.32% | 0.88% | - |
| XYZ | 53.94 | 52.59 | 37.44 | - |
| YUV | 192.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 153 | 0 | 0.18 | 0.32 | 0.12 | 25.83 | 0.55 | 0.74 |
| Hex | E1 | B8 | 99 | 0 | 12 | 20 | C | 1A | 37 | 4A |
| Octal | 341 | 270 | 231 | 0 | 22 | 40 | 14 | 32 | 67 | 112 |
| Binary | 11100001 | 10111000 | 10011001 | 0 | 10010 | 100000 | 1100 | 11010 | 110111 | 1001010 |
Color Harmonies of #E1B899
Complementary color
Monochromatic Colors of #E1B899
Black with #E1B899
Text Example
Text Example
White with #E1B899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B899; }
p { color: rgb(225,184,153); }
H1.HeaderClassName
{
color: #E1B899;
}
.AnyTagClassName
{
color: #E1B899;
}
</style>
background-color css
<style>
a { background-color: #E1B899; }
a { background-color: rgb(225,184,153); }
div.DivClassName
{
background-color: #E1B899;
}
.BgClassName
{
background-color: #E1B899;
}
</style>
border-color css
<style>
span { border-color: #E1B899; }
span { border-color: rgb(225,184,153); }
td.TdClassName
{
border-color: #E1B899;
}
.TagClassName
{
border-color: #E1B899;
}
</style>