Shades of Pancho #E1B697
Tints of Pancho #E1B697
RGB
CMYK
RGB Variations
Color information
#E1B697 (or 0xE1B697) is known color: Pancho. HEX triplet: E1, B6 and 97. RGB value is (225,182,151). Sum of RGB (Red+Green+Blue) = 225+182+151=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B697 is #1E4968. Grayscale: #BFBFBF. Windows color (decimal): -1984873 or 9942753. OLE color: 9942753.
HSL color Cylindrical-coordinate representation of color #E1B697: hue angle of 25.14º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1B697 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 151 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.12 |
| HSL | 25.14º | 0.55% | 0.74% | - |
| HSV(B) | 25.14º | 0.33% | 0.88% | - |
| XYZ | 53.37 | 51.7 | 36.44 | - |
| YUV | 191.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 151 | 0 | 0.19 | 0.33 | 0.12 | 25.14 | 0.55 | 0.74 |
| Hex | E1 | B6 | 97 | 0 | 13 | 21 | C | 19 | 37 | 4A |
| Octal | 341 | 266 | 227 | 0 | 23 | 41 | 14 | 31 | 67 | 112 |
| Binary | 11100001 | 10110110 | 10010111 | 0 | 10011 | 100001 | 1100 | 11001 | 110111 | 1001010 |
Color Harmonies of #E1B697
Complementary color
Monochromatic Colors of #E1B697
Black with #E1B697
Text Example
Text Example
White with #E1B697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B697; }
p { color: rgb(225,182,151); }
H1.HeaderClassName
{
color: #E1B697;
}
.AnyTagClassName
{
color: #E1B697;
}
</style>
background-color css
<style>
a { background-color: #E1B697; }
a { background-color: rgb(225,182,151); }
div.DivClassName
{
background-color: #E1B697;
}
.BgClassName
{
background-color: #E1B697;
}
</style>
border-color css
<style>
span { border-color: #E1B697; }
span { border-color: rgb(225,182,151); }
td.TdClassName
{
border-color: #E1B697;
}
.TagClassName
{
border-color: #E1B697;
}
</style>