Shades of Pancho #E1B79A
Tints of Pancho #E1B79A
RGB
CMYK
RGB Variations
Color information
#E1B79A (or 0xE1B79A) is known color: Pancho. HEX triplet: E1, B7 and 9A. RGB value is (225,183,154). Sum of RGB (Red+Green+Blue) = 225+183+154=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B79A is #1E4865. Grayscale: #C0C0C0. Windows color (decimal): -1984614 or 10139617. OLE color: 10139617.
HSL color Cylindrical-coordinate representation of color #E1B79A: hue angle of 24.51º 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 #E1B79A is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 154 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.12 |
| HSL | 24.51º | 0.54% | 0.74% | - |
| HSV(B) | 24.51º | 0.32% | 0.88% | - |
| XYZ | 53.82 | 52.21 | 37.81 | - |
| YUV | 192.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 154 | 0 | 0.19 | 0.32 | 0.12 | 24.51 | 0.54 | 0.74 |
| Hex | E1 | B7 | 9A | 0 | 13 | 20 | C | 19 | 36 | 4A |
| Octal | 341 | 267 | 232 | 0 | 23 | 40 | 14 | 31 | 66 | 112 |
| Binary | 11100001 | 10110111 | 10011010 | 0 | 10011 | 100000 | 1100 | 11001 | 110110 | 1001010 |
Color Harmonies of #E1B79A
Complementary color
Monochromatic Colors of #E1B79A
Black with #E1B79A
Text Example
Text Example
White with #E1B79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B79A; }
p { color: rgb(225,183,154); }
H1.HeaderClassName
{
color: #E1B79A;
}
.AnyTagClassName
{
color: #E1B79A;
}
</style>
background-color css
<style>
a { background-color: #E1B79A; }
a { background-color: rgb(225,183,154); }
div.DivClassName
{
background-color: #E1B79A;
}
.BgClassName
{
background-color: #E1B79A;
}
</style>
border-color css
<style>
span { border-color: #E1B79A; }
span { border-color: rgb(225,183,154); }
td.TdClassName
{
border-color: #E1B79A;
}
.TagClassName
{
border-color: #E1B79A;
}
</style>