Shades of Pancho #E1AF91
Tints of Pancho #E1AF91
RGB
CMYK
RGB Variations
Color information
#E1AF91 (or 0xE1AF91) is known color: Pancho. HEX triplet: E1, AF and 91. RGB value is (225,175,145). Sum of RGB (Red+Green+Blue) = 225+175+145=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF91 is #1E506E. Grayscale: #BABABA. Windows color (decimal): -1986671 or 9547745. OLE color: 9547745.
HSL color Cylindrical-coordinate representation of color #E1AF91: hue angle of 22.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1AF91 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 145 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.12 |
| HSL | 22.5º | 0.57% | 0.73% | - |
| HSV(B) | 22.5º | 0.36% | 0.88% | - |
| XYZ | 51.49 | 48.71 | 33.48 | - |
| YUV | 186.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 145 | 0 | 0.22 | 0.36 | 0.12 | 22.5 | 0.57 | 0.73 |
| Hex | E1 | AF | 91 | 0 | 16 | 24 | C | 16 | 39 | 49 |
| Octal | 341 | 257 | 221 | 0 | 26 | 44 | 14 | 26 | 71 | 111 |
| Binary | 11100001 | 10101111 | 10010001 | 0 | 10110 | 100100 | 1100 | 10110 | 111001 | 1001001 |
Color Harmonies of #E1AF91
Complementary color
Monochromatic Colors of #E1AF91
Black with #E1AF91
Text Example
Text Example
White with #E1AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF91; }
p { color: rgb(225,175,145); }
H1.HeaderClassName
{
color: #E1AF91;
}
.AnyTagClassName
{
color: #E1AF91;
}
</style>
background-color css
<style>
a { background-color: #E1AF91; }
a { background-color: rgb(225,175,145); }
div.DivClassName
{
background-color: #E1AF91;
}
.BgClassName
{
background-color: #E1AF91;
}
</style>
border-color css
<style>
span { border-color: #E1AF91; }
span { border-color: rgb(225,175,145); }
td.TdClassName
{
border-color: #E1AF91;
}
.TagClassName
{
border-color: #E1AF91;
}
</style>