Shades of Australian Mint #EEF6AA
Tints of Australian Mint #EEF6AA
RGB
CMYK
RGB Variations
Color information
#EEF6AA (or 0xEEF6AA) is known color: Australian Mint. HEX triplet: EE, F6 and AA. RGB value is (238,246,170). Sum of RGB (Red+Green+Blue) = 238+246+170=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF6AA is #110955. Grayscale: #EBEBEB. Windows color (decimal): -1116502 or 11204334. OLE color: 11204334.
HSL color Cylindrical-coordinate representation of color #EEF6AA: hue angle of 66.32º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEF6AA is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 170 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.04 |
| HSL | 66.32º | 0.81% | 0.82% | - |
| HSV(B) | 66.32º | 0.31% | 0.96% | - |
| XYZ | 75.47 | 86.99 | 50.84 | - |
| YUV | 234.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 170 | 0.03 | 0 | 0.31 | 0.04 | 66.32 | 0.81 | 0.82 |
| Hex | EE | F6 | AA | 3 | 0 | 1F | 4 | 42 | 51 | 52 |
| Octal | 356 | 366 | 252 | 3 | 0 | 37 | 4 | 102 | 121 | 122 |
| Binary | 11101110 | 11110110 | 10101010 | 11 | 0 | 11111 | 100 | 1000010 | 1010001 | 1010010 |
Color Harmonies of #EEF6AA
Complementary color
Monochromatic Colors of #EEF6AA
Black with #EEF6AA
Text Example
Text Example
White with #EEF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF6AA; }
p { color: rgb(238,246,170); }
H1.HeaderClassName
{
color: #EEF6AA;
}
.AnyTagClassName
{
color: #EEF6AA;
}
</style>
background-color css
<style>
a { background-color: #EEF6AA; }
a { background-color: rgb(238,246,170); }
div.DivClassName
{
background-color: #EEF6AA;
}
.BgClassName
{
background-color: #EEF6AA;
}
</style>
border-color css
<style>
span { border-color: #EEF6AA; }
span { border-color: rgb(238,246,170); }
td.TdClassName
{
border-color: #EEF6AA;
}
.TagClassName
{
border-color: #EEF6AA;
}
</style>