Shades of Pancho #E1BD9D
Tints of Pancho #E1BD9D
RGB
CMYK
RGB Variations
Color information
#E1BD9D (or 0xE1BD9D) is known color: Pancho. HEX triplet: E1, BD and 9D. RGB value is (225,189,157). Sum of RGB (Red+Green+Blue) = 225+189+157=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD9D is #1E4262. Grayscale: #C4C4C4. Windows color (decimal): -1983075 or 10337761. OLE color: 10337761.
HSL color Cylindrical-coordinate representation of color #E1BD9D: hue angle of 28.24º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1BD9D is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 157 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.12 |
| HSL | 28.24º | 0.53% | 0.75% | - |
| HSV(B) | 28.24º | 0.3% | 0.88% | - |
| XYZ | 55.33 | 54.84 | 39.57 | - |
| YUV | 196.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 157 | 0 | 0.16 | 0.30 | 0.12 | 28.24 | 0.53 | 0.75 |
| Hex | E1 | BD | 9D | 0 | 10 | 1E | C | 1C | 35 | 4B |
| Octal | 341 | 275 | 235 | 0 | 20 | 36 | 14 | 34 | 65 | 113 |
| Binary | 11100001 | 10111101 | 10011101 | 0 | 10000 | 11110 | 1100 | 11100 | 110101 | 1001011 |
Color Harmonies of #E1BD9D
Complementary color
Monochromatic Colors of #E1BD9D
Black with #E1BD9D
Text Example
Text Example
White with #E1BD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD9D; }
p { color: rgb(225,189,157); }
H1.HeaderClassName
{
color: #E1BD9D;
}
.AnyTagClassName
{
color: #E1BD9D;
}
</style>
background-color css
<style>
a { background-color: #E1BD9D; }
a { background-color: rgb(225,189,157); }
div.DivClassName
{
background-color: #E1BD9D;
}
.BgClassName
{
background-color: #E1BD9D;
}
</style>
border-color css
<style>
span { border-color: #E1BD9D; }
span { border-color: rgb(225,189,157); }
td.TdClassName
{
border-color: #E1BD9D;
}
.TagClassName
{
border-color: #E1BD9D;
}
</style>