Shades of Australian Mint #EEF1AA
Tints of Australian Mint #EEF1AA
RGB
CMYK
RGB Variations
Color information
#EEF1AA (or 0xEEF1AA) is known color: Australian Mint. HEX triplet: EE, F1 and AA. RGB value is (238,241,170). Sum of RGB (Red+Green+Blue) = 238+241+170=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF1AA is #110E55. Grayscale: #E8E8E8. Windows color (decimal): -1117782 or 11203054. OLE color: 11203054.
HSL color Cylindrical-coordinate representation of color #EEF1AA: hue angle of 62.54º 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 #EEF1AA is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 170 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.05 |
| HSL | 62.54º | 0.72% | 0.81% | - |
| HSV(B) | 62.54º | 0.29% | 0.95% | - |
| XYZ | 73.97 | 83.99 | 50.34 | - |
| YUV | 232.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 170 | 0.01 | 0 | 0.29 | 0.05 | 62.54 | 0.72 | 0.81 |
| Hex | EE | F1 | AA | 1 | 0 | 1D | 5 | 3F | 48 | 51 |
| Octal | 356 | 361 | 252 | 1 | 0 | 35 | 5 | 77 | 110 | 121 |
| Binary | 11101110 | 11110001 | 10101010 | 1 | 0 | 11101 | 101 | 111111 | 1001000 | 1010001 |
Color Harmonies of #EEF1AA
Complementary color
Monochromatic Colors of #EEF1AA
Black with #EEF1AA
Text Example
Text Example
White with #EEF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1AA; }
p { color: rgb(238,241,170); }
H1.HeaderClassName
{
color: #EEF1AA;
}
.AnyTagClassName
{
color: #EEF1AA;
}
</style>
background-color css
<style>
a { background-color: #EEF1AA; }
a { background-color: rgb(238,241,170); }
div.DivClassName
{
background-color: #EEF1AA;
}
.BgClassName
{
background-color: #EEF1AA;
}
</style>
border-color css
<style>
span { border-color: #EEF1AA; }
span { border-color: rgb(238,241,170); }
td.TdClassName
{
border-color: #EEF1AA;
}
.TagClassName
{
border-color: #EEF1AA;
}
</style>