Shades of Australian Mint #E8FAA7
Tints of Australian Mint #E8FAA7
RGB
CMYK
RGB Variations
Color information
#E8FAA7 (or 0xE8FAA7) is known color: Australian Mint. HEX triplet: E8, FA and A7. RGB value is (232,250,167). Sum of RGB (Red+Green+Blue) = 232+250+167=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 167 (65.62% from 255 or 25.73% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FAA7 is #170558. Grayscale: #EBEBEB. Windows color (decimal): -1508697 or 11008744. OLE color: 11008744.
HSL color Cylindrical-coordinate representation of color #E8FAA7: hue angle of 73.01º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8FAA7 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 167 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.02 |
| HSL | 73.01º | 0.89% | 0.82% | - |
| HSV(B) | 73.01º | 0.33% | 0.98% | - |
| XYZ | 74.44 | 88.32 | 49.68 | - |
| YUV | 235.16 | 89.54 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 167 | 0.07 | 0 | 0.33 | 0.02 | 73.01 | 0.89 | 0.82 |
| Hex | E8 | FA | A7 | 7 | 0 | 21 | 2 | 49 | 59 | 52 |
| Octal | 350 | 372 | 247 | 7 | 0 | 41 | 2 | 111 | 131 | 122 |
| Binary | 11101000 | 11111010 | 10100111 | 111 | 0 | 100001 | 10 | 1001001 | 1011001 | 1010010 |
Color Harmonies of #E8FAA7
Complementary color
Monochromatic Colors of #E8FAA7
Black with #E8FAA7
Text Example
Text Example
White with #E8FAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAA7; }
p { color: rgb(232,250,167); }
H1.HeaderClassName
{
color: #E8FAA7;
}
.AnyTagClassName
{
color: #E8FAA7;
}
</style>
background-color css
<style>
a { background-color: #E8FAA7; }
a { background-color: rgb(232,250,167); }
div.DivClassName
{
background-color: #E8FAA7;
}
.BgClassName
{
background-color: #E8FAA7;
}
</style>
border-color css
<style>
span { border-color: #E8FAA7; }
span { border-color: rgb(232,250,167); }
td.TdClassName
{
border-color: #E8FAA7;
}
.TagClassName
{
border-color: #E8FAA7;
}
</style>