Shades of Pancho #E1B89A
Tints of Pancho #E1B89A
RGB
CMYK
RGB Variations
Color information
#E1B89A (or 0xE1B89A) is known color: Pancho. HEX triplet: E1, B8 and 9A. RGB value is (225,184,154). Sum of RGB (Red+Green+Blue) = 225+184+154=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B89A is #1E4765. Grayscale: #C1C1C1. Windows color (decimal): -1984358 or 10139873. OLE color: 10139873.
HSL color Cylindrical-coordinate representation of color #E1B89A: hue angle of 25.35º degrees, saturation: 0.54, 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 #E1B89A is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 154 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.12 |
| HSL | 25.35º | 0.54% | 0.74% | - |
| HSV(B) | 25.35º | 0.32% | 0.88% | - |
| XYZ | 54.02 | 52.62 | 37.88 | - |
| YUV | 192.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 154 | 0 | 0.18 | 0.32 | 0.12 | 25.35 | 0.54 | 0.74 |
| Hex | E1 | B8 | 9A | 0 | 12 | 20 | C | 19 | 36 | 4A |
| Octal | 341 | 270 | 232 | 0 | 22 | 40 | 14 | 31 | 66 | 112 |
| Binary | 11100001 | 10111000 | 10011010 | 0 | 10010 | 100000 | 1100 | 11001 | 110110 | 1001010 |
Color Harmonies of #E1B89A
Complementary color
Monochromatic Colors of #E1B89A
Black with #E1B89A
Text Example
Text Example
White with #E1B89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B89A; }
p { color: rgb(225,184,154); }
H1.HeaderClassName
{
color: #E1B89A;
}
.AnyTagClassName
{
color: #E1B89A;
}
</style>
background-color css
<style>
a { background-color: #E1B89A; }
a { background-color: rgb(225,184,154); }
div.DivClassName
{
background-color: #E1B89A;
}
.BgClassName
{
background-color: #E1B89A;
}
</style>
border-color css
<style>
span { border-color: #E1B89A; }
span { border-color: rgb(225,184,154); }
td.TdClassName
{
border-color: #E1B89A;
}
.TagClassName
{
border-color: #E1B89A;
}
</style>