Shades of Pancho #E2AF93
Tints of Pancho #E2AF93
RGB
CMYK
RGB Variations
Color information
#E2AF93 (or 0xE2AF93) is known color: Pancho. HEX triplet: E2, AF and 93. RGB value is (226,175,147). Sum of RGB (Red+Green+Blue) = 226+175+147=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AF93 is #1D506C. Grayscale: #BBBBBB. Windows color (decimal): -1921133 or 9678818. OLE color: 9678818.
HSL color Cylindrical-coordinate representation of color #E2AF93: hue angle of 21.27º 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 #E2AF93 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 147 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.11 |
| HSL | 21.27º | 0.58% | 0.73% | - |
| HSV(B) | 21.27º | 0.35% | 0.89% | - |
| XYZ | 51.96 | 48.94 | 34.31 | - |
| YUV | 187.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 147 | 0 | 0.23 | 0.35 | 0.11 | 21.27 | 0.58 | 0.73 |
| Hex | E2 | AF | 93 | 0 | 17 | 23 | B | 15 | 3A | 49 |
| Octal | 342 | 257 | 223 | 0 | 27 | 43 | 13 | 25 | 72 | 111 |
| Binary | 11100010 | 10101111 | 10010011 | 0 | 10111 | 100011 | 1011 | 10101 | 111010 | 1001001 |
Color Harmonies of #E2AF93
Complementary color
Monochromatic Colors of #E2AF93
Black with #E2AF93
Text Example
Text Example
White with #E2AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF93; }
p { color: rgb(226,175,147); }
H1.HeaderClassName
{
color: #E2AF93;
}
.AnyTagClassName
{
color: #E2AF93;
}
</style>
background-color css
<style>
a { background-color: #E2AF93; }
a { background-color: rgb(226,175,147); }
div.DivClassName
{
background-color: #E2AF93;
}
.BgClassName
{
background-color: #E2AF93;
}
</style>
border-color css
<style>
span { border-color: #E2AF93; }
span { border-color: rgb(226,175,147); }
td.TdClassName
{
border-color: #E2AF93;
}
.TagClassName
{
border-color: #E2AF93;
}
</style>