Shades of Pancho #E1B69B
Tints of Pancho #E1B69B
RGB
CMYK
RGB Variations
Color information
#E1B69B (or 0xE1B69B) is known color: Pancho. HEX triplet: E1, B6 and 9B. RGB value is (225,182,155). Sum of RGB (Red+Green+Blue) = 225+182+155=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B69B is #1E4964. Grayscale: #BFBFBF. Windows color (decimal): -1984869 or 10204897. OLE color: 10204897.
HSL color Cylindrical-coordinate representation of color #E1B69B: hue angle of 23.14º 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 #E1B69B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 155 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.12 |
| HSL | 23.14º | 0.54% | 0.75% | - |
| HSV(B) | 23.14º | 0.31% | 0.88% | - |
| XYZ | 53.7 | 51.83 | 38.18 | - |
| YUV | 191.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 155 | 0 | 0.19 | 0.31 | 0.12 | 23.14 | 0.54 | 0.75 |
| Hex | E1 | B6 | 9B | 0 | 13 | 1F | C | 17 | 36 | 4B |
| Octal | 341 | 266 | 233 | 0 | 23 | 37 | 14 | 27 | 66 | 113 |
| Binary | 11100001 | 10110110 | 10011011 | 0 | 10011 | 11111 | 1100 | 10111 | 110110 | 1001011 |
Color Harmonies of #E1B69B
Complementary color
Monochromatic Colors of #E1B69B
Black with #E1B69B
Text Example
Text Example
White with #E1B69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B69B; }
p { color: rgb(225,182,155); }
H1.HeaderClassName
{
color: #E1B69B;
}
.AnyTagClassName
{
color: #E1B69B;
}
</style>
background-color css
<style>
a { background-color: #E1B69B; }
a { background-color: rgb(225,182,155); }
div.DivClassName
{
background-color: #E1B69B;
}
.BgClassName
{
background-color: #E1B69B;
}
</style>
border-color css
<style>
span { border-color: #E1B69B; }
span { border-color: rgb(225,182,155); }
td.TdClassName
{
border-color: #E1B69B;
}
.TagClassName
{
border-color: #E1B69B;
}
</style>