Shades of Australian Mint #E9F1AA
Tints of Australian Mint #E9F1AA
RGB
CMYK
RGB Variations
Color information
#E9F1AA (or 0xE9F1AA) is known color: Australian Mint. HEX triplet: E9, F1 and AA. RGB value is (233,241,170). Sum of RGB (Red+Green+Blue) = 233+241+170=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9F1AA is #160E55. Grayscale: #E6E6E6. Windows color (decimal): -1445462 or 11203049. OLE color: 11203049.
HSL color Cylindrical-coordinate representation of color #E9F1AA: hue angle of 66.76º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9F1AA is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 170 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.05 |
| HSL | 66.76º | 0.72% | 0.81% | - |
| HSV(B) | 66.76º | 0.29% | 0.95% | - |
| XYZ | 72.32 | 83.14 | 50.27 | - |
| YUV | 230.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 170 | 0.03 | 0 | 0.29 | 0.05 | 66.76 | 0.72 | 0.81 |
| Hex | E9 | F1 | AA | 3 | 0 | 1D | 5 | 43 | 48 | 51 |
| Octal | 351 | 361 | 252 | 3 | 0 | 35 | 5 | 103 | 110 | 121 |
| Binary | 11101001 | 11110001 | 10101010 | 11 | 0 | 11101 | 101 | 1000011 | 1001000 | 1010001 |
Color Harmonies of #E9F1AA
Complementary color
Monochromatic Colors of #E9F1AA
Black with #E9F1AA
Text Example
Text Example
White with #E9F1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F1AA; }
p { color: rgb(233,241,170); }
H1.HeaderClassName
{
color: #E9F1AA;
}
.AnyTagClassName
{
color: #E9F1AA;
}
</style>
background-color css
<style>
a { background-color: #E9F1AA; }
a { background-color: rgb(233,241,170); }
div.DivClassName
{
background-color: #E9F1AA;
}
.BgClassName
{
background-color: #E9F1AA;
}
</style>
border-color css
<style>
span { border-color: #E9F1AA; }
span { border-color: rgb(233,241,170); }
td.TdClassName
{
border-color: #E9F1AA;
}
.TagClassName
{
border-color: #E9F1AA;
}
</style>