Shades of Australian Mint #EEF9A1
Tints of Australian Mint #EEF9A1
RGB
CMYK
RGB Variations
Color information
#EEF9A1 (or 0xEEF9A1) is known color: Australian Mint. HEX triplet: EE, F9 and A1. RGB value is (238,249,161). Sum of RGB (Red+Green+Blue) = 238+249+161=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 161 (63.28% from 255 or 24.85% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF9A1 is #11065E. Grayscale: #ECECEC. Windows color (decimal): -1115743 or 10615278. OLE color: 10615278.
HSL color Cylindrical-coordinate representation of color #EEF9A1: hue angle of 67.5º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEF9A1 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 161 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.02 |
| HSL | 67.5º | 0.88% | 0.8% | - |
| HSV(B) | 67.5º | 0.35% | 0.98% | - |
| XYZ | 75.57 | 88.5 | 46.82 | - |
| YUV | 235.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 161 | 0.04 | 0 | 0.35 | 0.02 | 67.5 | 0.88 | 0.8 |
| Hex | EE | F9 | A1 | 4 | 0 | 23 | 2 | 44 | 58 | 50 |
| Octal | 356 | 371 | 241 | 4 | 0 | 43 | 2 | 104 | 130 | 120 |
| Binary | 11101110 | 11111001 | 10100001 | 100 | 0 | 100011 | 10 | 1000100 | 1011000 | 1010000 |
Color Harmonies of #EEF9A1
Complementary color
Monochromatic Colors of #EEF9A1
Black with #EEF9A1
Text Example
Text Example
White with #EEF9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF9A1; }
p { color: rgb(238,249,161); }
H1.HeaderClassName
{
color: #EEF9A1;
}
.AnyTagClassName
{
color: #EEF9A1;
}
</style>
background-color css
<style>
a { background-color: #EEF9A1; }
a { background-color: rgb(238,249,161); }
div.DivClassName
{
background-color: #EEF9A1;
}
.BgClassName
{
background-color: #EEF9A1;
}
</style>
border-color css
<style>
span { border-color: #EEF9A1; }
span { border-color: rgb(238,249,161); }
td.TdClassName
{
border-color: #EEF9A1;
}
.TagClassName
{
border-color: #EEF9A1;
}
</style>