Shades of Australian Mint #EFF5AA
Tints of Australian Mint #EFF5AA
RGB
CMYK
RGB Variations
Color information
#EFF5AA (or 0xEFF5AA) is known color: Australian Mint. HEX triplet: EF, F5 and AA. RGB value is (239,245,170). Sum of RGB (Red+Green+Blue) = 239+245+170=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF5AA is #100A55. Grayscale: #EAEAEA. Windows color (decimal): -1051222 or 11204079. OLE color: 11204079.
HSL color Cylindrical-coordinate representation of color #EFF5AA: hue angle of 64.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFF5AA is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 170 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.04 |
| HSL | 64.8º | 0.79% | 0.81% | - |
| HSV(B) | 64.8º | 0.31% | 0.96% | - |
| XYZ | 75.5 | 86.56 | 50.76 | - |
| YUV | 234.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 170 | 0.02 | 0 | 0.31 | 0.04 | 64.8 | 0.79 | 0.81 |
| Hex | EF | F5 | AA | 2 | 0 | 1F | 4 | 41 | 4F | 51 |
| Octal | 357 | 365 | 252 | 2 | 0 | 37 | 4 | 101 | 117 | 121 |
| Binary | 11101111 | 11110101 | 10101010 | 10 | 0 | 11111 | 100 | 1000001 | 1001111 | 1010001 |
Color Harmonies of #EFF5AA
Complementary color
Monochromatic Colors of #EFF5AA
Black with #EFF5AA
Text Example
Text Example
White with #EFF5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5AA; }
p { color: rgb(239,245,170); }
H1.HeaderClassName
{
color: #EFF5AA;
}
.AnyTagClassName
{
color: #EFF5AA;
}
</style>
background-color css
<style>
a { background-color: #EFF5AA; }
a { background-color: rgb(239,245,170); }
div.DivClassName
{
background-color: #EFF5AA;
}
.BgClassName
{
background-color: #EFF5AA;
}
</style>
border-color css
<style>
span { border-color: #EFF5AA; }
span { border-color: rgb(239,245,170); }
td.TdClassName
{
border-color: #EFF5AA;
}
.TagClassName
{
border-color: #EFF5AA;
}
</style>