Shades of Australian Mint #E8FAA4
Tints of Australian Mint #E8FAA4
RGB
CMYK
RGB Variations
Color information
#E8FAA4 (or 0xE8FAA4) is known color: Australian Mint. HEX triplet: E8, FA and A4. RGB value is (232,250,164). Sum of RGB (Red+Green+Blue) = 232+250+164=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 164 (64.45% from 255 or 25.39% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FAA4 is #17055B. Grayscale: #EBEBEB. Windows color (decimal): -1508700 or 10812136. OLE color: 10812136.
HSL color Cylindrical-coordinate representation of color #E8FAA4: hue angle of 72.56º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8FAA4 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 164 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.02 |
| HSL | 72.56º | 0.9% | 0.81% | - |
| HSV(B) | 72.56º | 0.34% | 0.98% | - |
| XYZ | 74.17 | 88.21 | 48.24 | - |
| YUV | 234.81 | 88.04 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 164 | 0.07 | 0 | 0.34 | 0.02 | 72.56 | 0.9 | 0.81 |
| Hex | E8 | FA | A4 | 7 | 0 | 22 | 2 | 49 | 5A | 51 |
| Octal | 350 | 372 | 244 | 7 | 0 | 42 | 2 | 111 | 132 | 121 |
| Binary | 11101000 | 11111010 | 10100100 | 111 | 0 | 100010 | 10 | 1001001 | 1011010 | 1010001 |
Color Harmonies of #E8FAA4
Complementary color
Monochromatic Colors of #E8FAA4
Black with #E8FAA4
Text Example
Text Example
White with #E8FAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAA4; }
p { color: rgb(232,250,164); }
H1.HeaderClassName
{
color: #E8FAA4;
}
.AnyTagClassName
{
color: #E8FAA4;
}
</style>
background-color css
<style>
a { background-color: #E8FAA4; }
a { background-color: rgb(232,250,164); }
div.DivClassName
{
background-color: #E8FAA4;
}
.BgClassName
{
background-color: #E8FAA4;
}
</style>
border-color css
<style>
span { border-color: #E8FAA4; }
span { border-color: rgb(232,250,164); }
td.TdClassName
{
border-color: #E8FAA4;
}
.TagClassName
{
border-color: #E8FAA4;
}
</style>