Shades of Australian Mint #E8FAAE
Tints of Australian Mint #E8FAAE
RGB
CMYK
RGB Variations
Color information
#E8FAAE (or 0xE8FAAE) is known color: Australian Mint. HEX triplet: E8, FA and AE. RGB value is (232,250,174). Sum of RGB (Red+Green+Blue) = 232+250+174=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 174 (68.36% from 255 or 26.52% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FAAE is #170551. Grayscale: #ECECEC. Windows color (decimal): -1508690 or 11467496. OLE color: 11467496.
HSL color Cylindrical-coordinate representation of color #E8FAAE: hue angle of 74.21º 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 #E8FAAE is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 174 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.02 |
| HSL | 74.21º | 0.88% | 0.83% | - |
| HSV(B) | 74.21º | 0.3% | 0.98% | - |
| XYZ | 75.1 | 88.58 | 53.18 | - |
| YUV | 235.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 174 | 0.07 | 0 | 0.30 | 0.02 | 74.21 | 0.88 | 0.83 |
| Hex | E8 | FA | AE | 7 | 0 | 1E | 2 | 4A | 58 | 53 |
| Octal | 350 | 372 | 256 | 7 | 0 | 36 | 2 | 112 | 130 | 123 |
| Binary | 11101000 | 11111010 | 10101110 | 111 | 0 | 11110 | 10 | 1001010 | 1011000 | 1010011 |
Color Harmonies of #E8FAAE
Complementary color
Monochromatic Colors of #E8FAAE
Black with #E8FAAE
Text Example
Text Example
White with #E8FAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAAE; }
p { color: rgb(232,250,174); }
H1.HeaderClassName
{
color: #E8FAAE;
}
.AnyTagClassName
{
color: #E8FAAE;
}
</style>
background-color css
<style>
a { background-color: #E8FAAE; }
a { background-color: rgb(232,250,174); }
div.DivClassName
{
background-color: #E8FAAE;
}
.BgClassName
{
background-color: #E8FAAE;
}
</style>
border-color css
<style>
span { border-color: #E8FAAE; }
span { border-color: rgb(232,250,174); }
td.TdClassName
{
border-color: #E8FAAE;
}
.TagClassName
{
border-color: #E8FAAE;
}
</style>