Shades of Pancho #E5AF8F
Tints of Pancho #E5AF8F
RGB
CMYK
RGB Variations
Color information
#E5AF8F (or 0xE5AF8F) is known color: Pancho. HEX triplet: E5, AF and 8F. RGB value is (229,175,143). Sum of RGB (Red+Green+Blue) = 229+175+143=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF8F is #1A5070. Grayscale: #BBBBBB. Windows color (decimal): -1724529 or 9416677. OLE color: 9416677.
HSL color Cylindrical-coordinate representation of color #E5AF8F: hue angle of 22.33º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5AF8F is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 143 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.10 |
| HSL | 22.33º | 0.62% | 0.73% | - |
| HSV(B) | 22.33º | 0.38% | 0.9% | - |
| XYZ | 52.6 | 49.3 | 32.73 | - |
| YUV | 187.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 143 | 0 | 0.24 | 0.38 | 0.10 | 22.33 | 0.62 | 0.73 |
| Hex | E5 | AF | 8F | 0 | 18 | 26 | A | 16 | 3E | 49 |
| Octal | 345 | 257 | 217 | 0 | 30 | 46 | 12 | 26 | 76 | 111 |
| Binary | 11100101 | 10101111 | 10001111 | 0 | 11000 | 100110 | 1010 | 10110 | 111110 | 1001001 |
Color Harmonies of #E5AF8F
Complementary color
Monochromatic Colors of #E5AF8F
Black with #E5AF8F
Text Example
Text Example
White with #E5AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF8F; }
p { color: rgb(229,175,143); }
H1.HeaderClassName
{
color: #E5AF8F;
}
.AnyTagClassName
{
color: #E5AF8F;
}
</style>
background-color css
<style>
a { background-color: #E5AF8F; }
a { background-color: rgb(229,175,143); }
div.DivClassName
{
background-color: #E5AF8F;
}
.BgClassName
{
background-color: #E5AF8F;
}
</style>
border-color css
<style>
span { border-color: #E5AF8F; }
span { border-color: rgb(229,175,143); }
td.TdClassName
{
border-color: #E5AF8F;
}
.TagClassName
{
border-color: #E5AF8F;
}
</style>