Shades of Pancho #E1B498
Tints of Pancho #E1B498
RGB
CMYK
RGB Variations
Color information
#E1B498 (or 0xE1B498) is known color: Pancho. HEX triplet: E1, B4 and 98. RGB value is (225,180,152). Sum of RGB (Red+Green+Blue) = 225+180+152=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B498 is #1E4B67. Grayscale: #BEBEBE. Windows color (decimal): -1985384 or 10007777. OLE color: 10007777.
HSL color Cylindrical-coordinate representation of color #E1B498: hue angle of 23.01º 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 #E1B498 is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 152 | - |
| CMYK | 0 | 0.2 | 0.32 | 0.12 |
| HSL | 23.01º | 0.55% | 0.74% | - |
| HSV(B) | 23.01º | 0.32% | 0.88% | - |
| XYZ | 53.04 | 50.92 | 36.74 | - |
| YUV | 190.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 152 | 0 | 0.2 | 0.32 | 0.12 | 23.01 | 0.55 | 0.74 |
| Hex | E1 | B4 | 98 | 0 | 14 | 20 | C | 17 | 37 | 4A |
| Octal | 341 | 264 | 230 | 0 | 24 | 40 | 14 | 27 | 67 | 112 |
| Binary | 11100001 | 10110100 | 10011000 | 0 | 10100 | 100000 | 1100 | 10111 | 110111 | 1001010 |
Color Harmonies of #E1B498
Complementary color
Monochromatic Colors of #E1B498
Black with #E1B498
Text Example
Text Example
White with #E1B498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B498; }
p { color: rgb(225,180,152); }
H1.HeaderClassName
{
color: #E1B498;
}
.AnyTagClassName
{
color: #E1B498;
}
</style>
background-color css
<style>
a { background-color: #E1B498; }
a { background-color: rgb(225,180,152); }
div.DivClassName
{
background-color: #E1B498;
}
.BgClassName
{
background-color: #E1B498;
}
</style>
border-color css
<style>
span { border-color: #E1B498; }
span { border-color: rgb(225,180,152); }
td.TdClassName
{
border-color: #E1B498;
}
.TagClassName
{
border-color: #E1B498;
}
</style>