Shades of Pancho #E1AF93
Tints of Pancho #E1AF93
RGB
CMYK
RGB Variations
Color information
#E1AF93 (or 0xE1AF93) is known color: Pancho. HEX triplet: E1, AF and 93. RGB value is (225,175,147). Sum of RGB (Red+Green+Blue) = 225+175+147=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF93 is #1E506C. Grayscale: #BABABA. Windows color (decimal): -1986669 or 9678817. OLE color: 9678817.
HSL color Cylindrical-coordinate representation of color #E1AF93: hue angle of 21.54º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1AF93 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 147 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.12 |
| HSL | 21.54º | 0.57% | 0.73% | - |
| HSV(B) | 21.54º | 0.35% | 0.88% | - |
| XYZ | 51.65 | 48.77 | 34.3 | - |
| YUV | 186.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 147 | 0 | 0.22 | 0.35 | 0.12 | 21.54 | 0.57 | 0.73 |
| Hex | E1 | AF | 93 | 0 | 16 | 23 | C | 16 | 39 | 49 |
| Octal | 341 | 257 | 223 | 0 | 26 | 43 | 14 | 26 | 71 | 111 |
| Binary | 11100001 | 10101111 | 10010011 | 0 | 10110 | 100011 | 1100 | 10110 | 111001 | 1001001 |
Color Harmonies of #E1AF93
Complementary color
Monochromatic Colors of #E1AF93
Black with #E1AF93
Text Example
Text Example
White with #E1AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF93; }
p { color: rgb(225,175,147); }
H1.HeaderClassName
{
color: #E1AF93;
}
.AnyTagClassName
{
color: #E1AF93;
}
</style>
background-color css
<style>
a { background-color: #E1AF93; }
a { background-color: rgb(225,175,147); }
div.DivClassName
{
background-color: #E1AF93;
}
.BgClassName
{
background-color: #E1AF93;
}
</style>
border-color css
<style>
span { border-color: #E1AF93; }
span { border-color: rgb(225,175,147); }
td.TdClassName
{
border-color: #E1AF93;
}
.TagClassName
{
border-color: #E1AF93;
}
</style>