Shades of Pancho #E1B79B
Tints of Pancho #E1B79B
RGB
CMYK
RGB Variations
Color information
#E1B79B (or 0xE1B79B) is known color: Pancho. HEX triplet: E1, B7 and 9B. RGB value is (225,183,155). Sum of RGB (Red+Green+Blue) = 225+183+155=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B79B is #1E4864. Grayscale: #C0C0C0. Windows color (decimal): -1984613 or 10205153. OLE color: 10205153.
HSL color Cylindrical-coordinate representation of color #E1B79B: hue angle of 24º 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 #E1B79B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 155 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.12 |
| HSL | 24º | 0.54% | 0.75% | - |
| HSV(B) | 24º | 0.31% | 0.88% | - |
| XYZ | 53.9 | 52.24 | 38.25 | - |
| YUV | 192.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 155 | 0 | 0.19 | 0.31 | 0.12 | 24 | 0.54 | 0.75 |
| Hex | E1 | B7 | 9B | 0 | 13 | 1F | C | 18 | 36 | 4B |
| Octal | 341 | 267 | 233 | 0 | 23 | 37 | 14 | 30 | 66 | 113 |
| Binary | 11100001 | 10110111 | 10011011 | 0 | 10011 | 11111 | 1100 | 11000 | 110110 | 1001011 |
Color Harmonies of #E1B79B
Complementary color
Monochromatic Colors of #E1B79B
Black with #E1B79B
Text Example
Text Example
White with #E1B79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B79B; }
p { color: rgb(225,183,155); }
H1.HeaderClassName
{
color: #E1B79B;
}
.AnyTagClassName
{
color: #E1B79B;
}
</style>
background-color css
<style>
a { background-color: #E1B79B; }
a { background-color: rgb(225,183,155); }
div.DivClassName
{
background-color: #E1B79B;
}
.BgClassName
{
background-color: #E1B79B;
}
</style>
border-color css
<style>
span { border-color: #E1B79B; }
span { border-color: rgb(225,183,155); }
td.TdClassName
{
border-color: #E1B79B;
}
.TagClassName
{
border-color: #E1B79B;
}
</style>