Shades of Australian Mint #EEF1A6
Tints of Australian Mint #EEF1A6
RGB
CMYK
RGB Variations
Color information
#EEF1A6 (or 0xEEF1A6) is known color: Australian Mint. HEX triplet: EE, F1 and A6. RGB value is (238,241,166). Sum of RGB (Red+Green+Blue) = 238+241+166=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 166 (65.23% from 255 or 25.74% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF1A6 is #110E59. Grayscale: #E7E7E7. Windows color (decimal): -1117786 or 10940910. OLE color: 10940910.
HSL color Cylindrical-coordinate representation of color #EEF1A6: hue angle of 62.4º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEF1A6 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 166 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.05 |
| HSL | 62.4º | 0.73% | 0.8% | - |
| HSV(B) | 62.4º | 0.31% | 0.95% | - |
| XYZ | 73.6 | 83.84 | 48.38 | - |
| YUV | 231.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 166 | 0.01 | 0 | 0.31 | 0.05 | 62.4 | 0.73 | 0.8 |
| Hex | EE | F1 | A6 | 1 | 0 | 1F | 5 | 3E | 49 | 50 |
| Octal | 356 | 361 | 246 | 1 | 0 | 37 | 5 | 76 | 111 | 120 |
| Binary | 11101110 | 11110001 | 10100110 | 1 | 0 | 11111 | 101 | 111110 | 1001001 | 1010000 |
Color Harmonies of #EEF1A6
Complementary color
Monochromatic Colors of #EEF1A6
Black with #EEF1A6
Text Example
Text Example
White with #EEF1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1A6; }
p { color: rgb(238,241,166); }
H1.HeaderClassName
{
color: #EEF1A6;
}
.AnyTagClassName
{
color: #EEF1A6;
}
</style>
background-color css
<style>
a { background-color: #EEF1A6; }
a { background-color: rgb(238,241,166); }
div.DivClassName
{
background-color: #EEF1A6;
}
.BgClassName
{
background-color: #EEF1A6;
}
</style>
border-color css
<style>
span { border-color: #EEF1A6; }
span { border-color: rgb(238,241,166); }
td.TdClassName
{
border-color: #EEF1A6;
}
.TagClassName
{
border-color: #EEF1A6;
}
</style>