Shades of Pancho #E1BF90
Tints of Pancho #E1BF90
RGB
CMYK
RGB Variations
Color information
#E1BF90 (or 0xE1BF90) is known color: Pancho. HEX triplet: E1, BF and 90. RGB value is (225,191,144). Sum of RGB (Red+Green+Blue) = 225+191+144=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BF90 is #1E406F. Grayscale: #C4C4C4. Windows color (decimal): -1982576 or 9486305. OLE color: 9486305.
HSL color Cylindrical-coordinate representation of color #E1BF90: hue angle of 34.81º 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 #E1BF90 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 144 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.12 |
| HSL | 34.81º | 0.57% | 0.72% | - |
| HSV(B) | 34.81º | 0.36% | 0.88% | - |
| XYZ | 54.72 | 55.28 | 34.17 | - |
| YUV | 195.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 144 | 0 | 0.15 | 0.36 | 0.12 | 34.81 | 0.57 | 0.72 |
| Hex | E1 | BF | 90 | 0 | F | 24 | C | 23 | 39 | 48 |
| Octal | 341 | 277 | 220 | 0 | 17 | 44 | 14 | 43 | 71 | 110 |
| Binary | 11100001 | 10111111 | 10010000 | 0 | 1111 | 100100 | 1100 | 100011 | 111001 | 1001000 |
Color Harmonies of #E1BF90
Complementary color
Monochromatic Colors of #E1BF90
Black with #E1BF90
Text Example
Text Example
White with #E1BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF90; }
p { color: rgb(225,191,144); }
H1.HeaderClassName
{
color: #E1BF90;
}
.AnyTagClassName
{
color: #E1BF90;
}
</style>
background-color css
<style>
a { background-color: #E1BF90; }
a { background-color: rgb(225,191,144); }
div.DivClassName
{
background-color: #E1BF90;
}
.BgClassName
{
background-color: #E1BF90;
}
</style>
border-color css
<style>
span { border-color: #E1BF90; }
span { border-color: rgb(225,191,144); }
td.TdClassName
{
border-color: #E1BF90;
}
.TagClassName
{
border-color: #E1BF90;
}
</style>