Shades of Australian Mint #EEF7A0
Tints of Australian Mint #EEF7A0
RGB
CMYK
RGB Variations
Color information
#EEF7A0 (or 0xEEF7A0) is known color: Australian Mint. HEX triplet: EE, F7 and A0. RGB value is (238,247,160). Sum of RGB (Red+Green+Blue) = 238+247+160=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 160 (62.89% from 255 or 24.81% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF7A0 is #11085F. Grayscale: #EAEAEA. Windows color (decimal): -1116256 or 10549230. OLE color: 10549230.
HSL color Cylindrical-coordinate representation of color #EEF7A0: hue angle of 66.21º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEF7A0 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 160 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.03 |
| HSL | 66.21º | 0.84% | 0.8% | - |
| HSV(B) | 66.21º | 0.35% | 0.97% | - |
| XYZ | 74.87 | 87.24 | 46.15 | - |
| YUV | 234.39 | 86.02 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 160 | 0.04 | 0 | 0.35 | 0.03 | 66.21 | 0.84 | 0.8 |
| Hex | EE | F7 | A0 | 4 | 0 | 23 | 3 | 42 | 54 | 50 |
| Octal | 356 | 367 | 240 | 4 | 0 | 43 | 3 | 102 | 124 | 120 |
| Binary | 11101110 | 11110111 | 10100000 | 100 | 0 | 100011 | 11 | 1000010 | 1010100 | 1010000 |
Color Harmonies of #EEF7A0
Complementary color
Monochromatic Colors of #EEF7A0
Black with #EEF7A0
Text Example
Text Example
White with #EEF7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF7A0; }
p { color: rgb(238,247,160); }
H1.HeaderClassName
{
color: #EEF7A0;
}
.AnyTagClassName
{
color: #EEF7A0;
}
</style>
background-color css
<style>
a { background-color: #EEF7A0; }
a { background-color: rgb(238,247,160); }
div.DivClassName
{
background-color: #EEF7A0;
}
.BgClassName
{
background-color: #EEF7A0;
}
</style>
border-color css
<style>
span { border-color: #EEF7A0; }
span { border-color: rgb(238,247,160); }
td.TdClassName
{
border-color: #EEF7A0;
}
.TagClassName
{
border-color: #EEF7A0;
}
</style>