Shades of Australian Mint #E1FAAF
Tints of Australian Mint #E1FAAF
RGB
CMYK
RGB Variations
Color information
#E1FAAF (or 0xE1FAAF) is known color: Australian Mint. HEX triplet: E1, FA and AF. RGB value is (225,250,175). Sum of RGB (Red+Green+Blue) = 225+250+175=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FAAF is #1E0550. Grayscale: #EAEAEA. Windows color (decimal): -1967441 or 11533025. OLE color: 11533025.
HSL color Cylindrical-coordinate representation of color #E1FAAF: hue angle of 80º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1FAAF is Cyan = 0.10, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 175 | - |
| CMYK | 0.10 | 0 | 0.3 | 0.02 |
| HSL | 80º | 0.88% | 0.83% | - |
| HSV(B) | 80º | 0.3% | 0.98% | - |
| XYZ | 72.97 | 87.47 | 53.6 | - |
| YUV | 233.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 175 | 0.10 | 0 | 0.3 | 0.02 | 80 | 0.88 | 0.83 |
| Hex | E1 | FA | AF | A | 0 | 1E | 2 | 50 | 58 | 53 |
| Octal | 341 | 372 | 257 | 12 | 0 | 36 | 2 | 120 | 130 | 123 |
| Binary | 11100001 | 11111010 | 10101111 | 1010 | 0 | 11110 | 10 | 1010000 | 1011000 | 1010011 |
Color Harmonies of #E1FAAF
Complementary color
Monochromatic Colors of #E1FAAF
Black with #E1FAAF
Text Example
Text Example
White with #E1FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAAF; }
p { color: rgb(225,250,175); }
H1.HeaderClassName
{
color: #E1FAAF;
}
.AnyTagClassName
{
color: #E1FAAF;
}
</style>
background-color css
<style>
a { background-color: #E1FAAF; }
a { background-color: rgb(225,250,175); }
div.DivClassName
{
background-color: #E1FAAF;
}
.BgClassName
{
background-color: #E1FAAF;
}
</style>
border-color css
<style>
span { border-color: #E1FAAF; }
span { border-color: rgb(225,250,175); }
td.TdClassName
{
border-color: #E1FAAF;
}
.TagClassName
{
border-color: #E1FAAF;
}
</style>