Shades of Australian Mint #E9F0AE
Tints of Australian Mint #E9F0AE
RGB
CMYK
RGB Variations
Color information
#E9F0AE (or 0xE9F0AE) is known color: Australian Mint. HEX triplet: E9, F0 and AE. RGB value is (233,240,174). Sum of RGB (Red+Green+Blue) = 233+240+174=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9F0AE is #160F51. Grayscale: #E6E6E6. Windows color (decimal): -1445714 or 11464937. OLE color: 11464937.
HSL color Cylindrical-coordinate representation of color #E9F0AE: hue angle of 66.36º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9F0AE is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 240 | 174 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.06 |
| HSL | 66.36º | 0.69% | 0.81% | - |
| HSV(B) | 66.36º | 0.28% | 0.94% | - |
| XYZ | 72.4 | 82.7 | 52.19 | - |
| YUV | 230.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 240 | 174 | 0.03 | 0 | 0.28 | 0.06 | 66.36 | 0.69 | 0.81 |
| Hex | E9 | F0 | AE | 3 | 0 | 1C | 6 | 42 | 45 | 51 |
| Octal | 351 | 360 | 256 | 3 | 0 | 34 | 6 | 102 | 105 | 121 |
| Binary | 11101001 | 11110000 | 10101110 | 11 | 0 | 11100 | 110 | 1000010 | 1000101 | 1010001 |
Color Harmonies of #E9F0AE
Complementary color
Monochromatic Colors of #E9F0AE
Black with #E9F0AE
Text Example
Text Example
White with #E9F0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0AE; }
p { color: rgb(233,240,174); }
H1.HeaderClassName
{
color: #E9F0AE;
}
.AnyTagClassName
{
color: #E9F0AE;
}
</style>
background-color css
<style>
a { background-color: #E9F0AE; }
a { background-color: rgb(233,240,174); }
div.DivClassName
{
background-color: #E9F0AE;
}
.BgClassName
{
background-color: #E9F0AE;
}
</style>
border-color css
<style>
span { border-color: #E9F0AE; }
span { border-color: rgb(233,240,174); }
td.TdClassName
{
border-color: #E9F0AE;
}
.TagClassName
{
border-color: #E9F0AE;
}
</style>