Shades of Australian Mint #ECF2AA
Tints of Australian Mint #ECF2AA
RGB
CMYK
RGB Variations
Color information
#ECF2AA (or 0xECF2AA) is known color: Australian Mint. HEX triplet: EC, F2 and AA. RGB value is (236,242,170). Sum of RGB (Red+Green+Blue) = 236+242+170=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2AA is #130D55. Grayscale: #E8E8E8. Windows color (decimal): -1248598 or 11203308. OLE color: 11203308.
HSL color Cylindrical-coordinate representation of color #ECF2AA: hue angle of 65º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECF2AA is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 170 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.05 |
| HSL | 65º | 0.73% | 0.81% | - |
| HSV(B) | 65º | 0.3% | 0.95% | - |
| XYZ | 73.6 | 84.24 | 50.41 | - |
| YUV | 232 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 170 | 0.02 | 0 | 0.30 | 0.05 | 65 | 0.73 | 0.81 |
| Hex | EC | F2 | AA | 2 | 0 | 1E | 5 | 41 | 49 | 51 |
| Octal | 354 | 362 | 252 | 2 | 0 | 36 | 5 | 101 | 111 | 121 |
| Binary | 11101100 | 11110010 | 10101010 | 10 | 0 | 11110 | 101 | 1000001 | 1001001 | 1010001 |
Color Harmonies of #ECF2AA
Complementary color
Monochromatic Colors of #ECF2AA
Black with #ECF2AA
Text Example
Text Example
White with #ECF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2AA; }
p { color: rgb(236,242,170); }
H1.HeaderClassName
{
color: #ECF2AA;
}
.AnyTagClassName
{
color: #ECF2AA;
}
</style>
background-color css
<style>
a { background-color: #ECF2AA; }
a { background-color: rgb(236,242,170); }
div.DivClassName
{
background-color: #ECF2AA;
}
.BgClassName
{
background-color: #ECF2AA;
}
</style>
border-color css
<style>
span { border-color: #ECF2AA; }
span { border-color: rgb(236,242,170); }
td.TdClassName
{
border-color: #ECF2AA;
}
.TagClassName
{
border-color: #ECF2AA;
}
</style>