Shades of Australian Mint #EEF9A4
Tints of Australian Mint #EEF9A4
RGB
CMYK
RGB Variations
Color information
#EEF9A4 (or 0xEEF9A4) is known color: Australian Mint. HEX triplet: EE, F9 and A4. RGB value is (238,249,164). Sum of RGB (Red+Green+Blue) = 238+249+164=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 164 (64.45% from 255 or 25.19% from 651); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF9A4 is #11065B. Grayscale: #ECECEC. Windows color (decimal): -1115740 or 10811886. OLE color: 10811886.
HSL color Cylindrical-coordinate representation of color #EEF9A4: hue angle of 67.76º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEF9A4 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 164 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.02 |
| HSL | 67.76º | 0.88% | 0.81% | - |
| HSV(B) | 67.76º | 0.34% | 0.98% | - |
| XYZ | 75.84 | 88.61 | 48.23 | - |
| YUV | 236.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 164 | 0.04 | 0 | 0.34 | 0.02 | 67.76 | 0.88 | 0.81 |
| Hex | EE | F9 | A4 | 4 | 0 | 22 | 2 | 44 | 58 | 51 |
| Octal | 356 | 371 | 244 | 4 | 0 | 42 | 2 | 104 | 130 | 121 |
| Binary | 11101110 | 11111001 | 10100100 | 100 | 0 | 100010 | 10 | 1000100 | 1011000 | 1010001 |
Color Harmonies of #EEF9A4
Complementary color
Monochromatic Colors of #EEF9A4
Black with #EEF9A4
Text Example
Text Example
White with #EEF9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF9A4; }
p { color: rgb(238,249,164); }
H1.HeaderClassName
{
color: #EEF9A4;
}
.AnyTagClassName
{
color: #EEF9A4;
}
</style>
background-color css
<style>
a { background-color: #EEF9A4; }
a { background-color: rgb(238,249,164); }
div.DivClassName
{
background-color: #EEF9A4;
}
.BgClassName
{
background-color: #EEF9A4;
}
</style>
border-color css
<style>
span { border-color: #EEF9A4; }
span { border-color: rgb(238,249,164); }
td.TdClassName
{
border-color: #EEF9A4;
}
.TagClassName
{
border-color: #EEF9A4;
}
</style>