Shades of Pancho #E2AF92
Tints of Pancho #E2AF92
RGB
CMYK
RGB Variations
Color information
#E2AF92 (or 0xE2AF92) is known color: Pancho. HEX triplet: E2, AF and 92. RGB value is (226,175,146). Sum of RGB (Red+Green+Blue) = 226+175+146=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AF92 is #1D506D. Grayscale: #BBBBBB. Windows color (decimal): -1921134 or 9613282. OLE color: 9613282.
HSL color Cylindrical-coordinate representation of color #E2AF92: hue angle of 21.75º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2AF92 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 146 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.11 |
| HSL | 21.75º | 0.58% | 0.73% | - |
| HSV(B) | 21.75º | 0.35% | 0.89% | - |
| XYZ | 51.88 | 48.9 | 33.9 | - |
| YUV | 186.94 | 104.9 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 146 | 0 | 0.23 | 0.35 | 0.11 | 21.75 | 0.58 | 0.73 |
| Hex | E2 | AF | 92 | 0 | 17 | 23 | B | 16 | 3A | 49 |
| Octal | 342 | 257 | 222 | 0 | 27 | 43 | 13 | 26 | 72 | 111 |
| Binary | 11100010 | 10101111 | 10010010 | 0 | 10111 | 100011 | 1011 | 10110 | 111010 | 1001001 |
Color Harmonies of #E2AF92
Complementary color
Monochromatic Colors of #E2AF92
Black with #E2AF92
Text Example
Text Example
White with #E2AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF92; }
p { color: rgb(226,175,146); }
H1.HeaderClassName
{
color: #E2AF92;
}
.AnyTagClassName
{
color: #E2AF92;
}
</style>
background-color css
<style>
a { background-color: #E2AF92; }
a { background-color: rgb(226,175,146); }
div.DivClassName
{
background-color: #E2AF92;
}
.BgClassName
{
background-color: #E2AF92;
}
</style>
border-color css
<style>
span { border-color: #E2AF92; }
span { border-color: rgb(226,175,146); }
td.TdClassName
{
border-color: #E2AF92;
}
.TagClassName
{
border-color: #E2AF92;
}
</style>