Shades of Australian Mint #E8FAAF
Tints of Australian Mint #E8FAAF
RGB
CMYK
RGB Variations
Color information
#E8FAAF (or 0xE8FAAF) is known color: Australian Mint. HEX triplet: E8, FA and AF. RGB value is (232,250,175). Sum of RGB (Red+Green+Blue) = 232+250+175=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 175 (68.75% from 255 or 26.64% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FAAF is #170550. Grayscale: #ECECEC. Windows color (decimal): -1508689 or 11533032. OLE color: 11533032.
HSL color Cylindrical-coordinate representation of color #E8FAAF: hue angle of 74.4º 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 #E8FAAF is Cyan = 0.07, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 175 | - |
| CMYK | 0.07 | 0 | 0.3 | 0.02 |
| HSL | 74.4º | 0.88% | 0.83% | - |
| HSV(B) | 74.4º | 0.3% | 0.98% | - |
| XYZ | 75.2 | 88.62 | 53.7 | - |
| YUV | 236.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 175 | 0.07 | 0 | 0.3 | 0.02 | 74.4 | 0.88 | 0.83 |
| Hex | E8 | FA | AF | 7 | 0 | 1E | 2 | 4A | 58 | 53 |
| Octal | 350 | 372 | 257 | 7 | 0 | 36 | 2 | 112 | 130 | 123 |
| Binary | 11101000 | 11111010 | 10101111 | 111 | 0 | 11110 | 10 | 1001010 | 1011000 | 1010011 |
Color Harmonies of #E8FAAF
Complementary color
Monochromatic Colors of #E8FAAF
Black with #E8FAAF
Text Example
Text Example
White with #E8FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAAF; }
p { color: rgb(232,250,175); }
H1.HeaderClassName
{
color: #E8FAAF;
}
.AnyTagClassName
{
color: #E8FAAF;
}
</style>
background-color css
<style>
a { background-color: #E8FAAF; }
a { background-color: rgb(232,250,175); }
div.DivClassName
{
background-color: #E8FAAF;
}
.BgClassName
{
background-color: #E8FAAF;
}
</style>
border-color css
<style>
span { border-color: #E8FAAF; }
span { border-color: rgb(232,250,175); }
td.TdClassName
{
border-color: #E8FAAF;
}
.TagClassName
{
border-color: #E8FAAF;
}
</style>