Shades of Pancho #E1BD90
Tints of Pancho #E1BD90
RGB
CMYK
RGB Variations
Color information
#E1BD90 (or 0xE1BD90) is known color: Pancho. HEX triplet: E1, BD and 90. RGB value is (225,189,144). Sum of RGB (Red+Green+Blue) = 225+189+144=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD90 is #1E426F. Grayscale: #C2C2C2. Windows color (decimal): -1983088 or 9485793. OLE color: 9485793.
HSL color Cylindrical-coordinate representation of color #E1BD90: hue angle of 33.33º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1BD90 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 144 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.12 |
| HSL | 33.33º | 0.57% | 0.72% | - |
| HSV(B) | 33.33º | 0.36% | 0.88% | - |
| XYZ | 54.28 | 54.42 | 34.03 | - |
| YUV | 194.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 144 | 0 | 0.16 | 0.36 | 0.12 | 33.33 | 0.57 | 0.72 |
| Hex | E1 | BD | 90 | 0 | 10 | 24 | C | 21 | 39 | 48 |
| Octal | 341 | 275 | 220 | 0 | 20 | 44 | 14 | 41 | 71 | 110 |
| Binary | 11100001 | 10111101 | 10010000 | 0 | 10000 | 100100 | 1100 | 100001 | 111001 | 1001000 |
Color Harmonies of #E1BD90
Complementary color
Monochromatic Colors of #E1BD90
Black with #E1BD90
Text Example
Text Example
White with #E1BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD90; }
p { color: rgb(225,189,144); }
H1.HeaderClassName
{
color: #E1BD90;
}
.AnyTagClassName
{
color: #E1BD90;
}
</style>
background-color css
<style>
a { background-color: #E1BD90; }
a { background-color: rgb(225,189,144); }
div.DivClassName
{
background-color: #E1BD90;
}
.BgClassName
{
background-color: #E1BD90;
}
</style>
border-color css
<style>
span { border-color: #E1BD90; }
span { border-color: rgb(225,189,144); }
td.TdClassName
{
border-color: #E1BD90;
}
.TagClassName
{
border-color: #E1BD90;
}
</style>