Shades of Pancho #E1B99B
Tints of Pancho #E1B99B
RGB
CMYK
RGB Variations
Color information
#E1B99B (or 0xE1B99B) is known color: Pancho. HEX triplet: E1, B9 and 9B. RGB value is (225,185,155). Sum of RGB (Red+Green+Blue) = 225+185+155=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B99B is #1E4664. Grayscale: #C1C1C1. Windows color (decimal): -1984101 or 10205665. OLE color: 10205665.
HSL color Cylindrical-coordinate representation of color #E1B99B: hue angle of 25.71º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1B99B is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 155 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.12 |
| HSL | 25.71º | 0.54% | 0.75% | - |
| HSV(B) | 25.71º | 0.31% | 0.88% | - |
| XYZ | 54.32 | 53.07 | 38.39 | - |
| YUV | 193.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 155 | 0 | 0.18 | 0.31 | 0.12 | 25.71 | 0.54 | 0.75 |
| Hex | E1 | B9 | 9B | 0 | 12 | 1F | C | 1A | 36 | 4B |
| Octal | 341 | 271 | 233 | 0 | 22 | 37 | 14 | 32 | 66 | 113 |
| Binary | 11100001 | 10111001 | 10011011 | 0 | 10010 | 11111 | 1100 | 11010 | 110110 | 1001011 |
Color Harmonies of #E1B99B
Complementary color
Monochromatic Colors of #E1B99B
Black with #E1B99B
Text Example
Text Example
White with #E1B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B99B; }
p { color: rgb(225,185,155); }
H1.HeaderClassName
{
color: #E1B99B;
}
.AnyTagClassName
{
color: #E1B99B;
}
</style>
background-color css
<style>
a { background-color: #E1B99B; }
a { background-color: rgb(225,185,155); }
div.DivClassName
{
background-color: #E1B99B;
}
.BgClassName
{
background-color: #E1B99B;
}
</style>
border-color css
<style>
span { border-color: #E1B99B; }
span { border-color: rgb(225,185,155); }
td.TdClassName
{
border-color: #E1B99B;
}
.TagClassName
{
border-color: #E1B99B;
}
</style>