Shades of Australian Mint #EEF1A4
Tints of Australian Mint #EEF1A4
RGB
CMYK
RGB Variations
Color information
#EEF1A4 (or 0xEEF1A4) is known color: Australian Mint. HEX triplet: EE, F1 and A4. RGB value is (238,241,164). Sum of RGB (Red+Green+Blue) = 238+241+164=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 164 (64.45% from 255 or 25.51% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF1A4 is #110E5B. Grayscale: #E7E7E7. Windows color (decimal): -1117788 or 10809838. OLE color: 10809838.
HSL color Cylindrical-coordinate representation of color #EEF1A4: hue angle of 62.34º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEF1A4 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 164 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.05 |
| HSL | 62.34º | 0.73% | 0.79% | - |
| HSV(B) | 62.34º | 0.32% | 0.95% | - |
| XYZ | 73.42 | 83.77 | 47.42 | - |
| YUV | 231.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 164 | 0.01 | 0 | 0.32 | 0.05 | 62.34 | 0.73 | 0.79 |
| Hex | EE | F1 | A4 | 1 | 0 | 20 | 5 | 3E | 49 | 4F |
| Octal | 356 | 361 | 244 | 1 | 0 | 40 | 5 | 76 | 111 | 117 |
| Binary | 11101110 | 11110001 | 10100100 | 1 | 0 | 100000 | 101 | 111110 | 1001001 | 1001111 |
Color Harmonies of #EEF1A4
Complementary color
Monochromatic Colors of #EEF1A4
Black with #EEF1A4
Text Example
Text Example
White with #EEF1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1A4; }
p { color: rgb(238,241,164); }
H1.HeaderClassName
{
color: #EEF1A4;
}
.AnyTagClassName
{
color: #EEF1A4;
}
</style>
background-color css
<style>
a { background-color: #EEF1A4; }
a { background-color: rgb(238,241,164); }
div.DivClassName
{
background-color: #EEF1A4;
}
.BgClassName
{
background-color: #EEF1A4;
}
</style>
border-color css
<style>
span { border-color: #EEF1A4; }
span { border-color: rgb(238,241,164); }
td.TdClassName
{
border-color: #EEF1A4;
}
.TagClassName
{
border-color: #EEF1A4;
}
</style>