Shades of Pancho #E1AF8E
Tints of Pancho #E1AF8E
RGB
CMYK
RGB Variations
Color information
#E1AF8E (or 0xE1AF8E) is known color: Pancho. HEX triplet: E1, AF and 8E. RGB value is (225,175,142). Sum of RGB (Red+Green+Blue) = 225+175+142=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF8E is #1E5071. Grayscale: #BABABA. Windows color (decimal): -1986674 or 9351137. OLE color: 9351137.
HSL color Cylindrical-coordinate representation of color #E1AF8E: hue angle of 23.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1AF8E is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 142 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.12 |
| HSL | 23.86º | 0.58% | 0.72% | - |
| HSV(B) | 23.86º | 0.37% | 0.88% | - |
| XYZ | 51.26 | 48.62 | 32.27 | - |
| YUV | 186.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 142 | 0 | 0.22 | 0.37 | 0.12 | 23.86 | 0.58 | 0.72 |
| Hex | E1 | AF | 8E | 0 | 16 | 25 | C | 18 | 3A | 48 |
| Octal | 341 | 257 | 216 | 0 | 26 | 45 | 14 | 30 | 72 | 110 |
| Binary | 11100001 | 10101111 | 10001110 | 0 | 10110 | 100101 | 1100 | 11000 | 111010 | 1001000 |
Color Harmonies of #E1AF8E
Complementary color
Monochromatic Colors of #E1AF8E
Black with #E1AF8E
Text Example
Text Example
White with #E1AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF8E; }
p { color: rgb(225,175,142); }
H1.HeaderClassName
{
color: #E1AF8E;
}
.AnyTagClassName
{
color: #E1AF8E;
}
</style>
background-color css
<style>
a { background-color: #E1AF8E; }
a { background-color: rgb(225,175,142); }
div.DivClassName
{
background-color: #E1AF8E;
}
.BgClassName
{
background-color: #E1AF8E;
}
</style>
border-color css
<style>
span { border-color: #E1AF8E; }
span { border-color: rgb(225,175,142); }
td.TdClassName
{
border-color: #E1AF8E;
}
.TagClassName
{
border-color: #E1AF8E;
}
</style>