Shades of Australian Mint #ECF9AA
Tints of Australian Mint #ECF9AA
RGB
CMYK
RGB Variations
Color information
#ECF9AA (or 0xECF9AA) is known color: Australian Mint. HEX triplet: EC, F9 and AA. RGB value is (236,249,170). Sum of RGB (Red+Green+Blue) = 236+249+170=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF9AA is #130655. Grayscale: #ECECEC. Windows color (decimal): -1246806 or 11205100. OLE color: 11205100.
HSL color Cylindrical-coordinate representation of color #ECF9AA: hue angle of 69.87º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECF9AA is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 170 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.02 |
| HSL | 69.87º | 0.87% | 0.82% | - |
| HSV(B) | 69.87º | 0.32% | 0.98% | - |
| XYZ | 75.72 | 88.49 | 51.12 | - |
| YUV | 236.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 170 | 0.05 | 0 | 0.32 | 0.02 | 69.87 | 0.87 | 0.82 |
| Hex | EC | F9 | AA | 5 | 0 | 20 | 2 | 46 | 57 | 52 |
| Octal | 354 | 371 | 252 | 5 | 0 | 40 | 2 | 106 | 127 | 122 |
| Binary | 11101100 | 11111001 | 10101010 | 101 | 0 | 100000 | 10 | 1000110 | 1010111 | 1010010 |
Color Harmonies of #ECF9AA
Complementary color
Monochromatic Colors of #ECF9AA
Black with #ECF9AA
Text Example
Text Example
White with #ECF9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9AA; }
p { color: rgb(236,249,170); }
H1.HeaderClassName
{
color: #ECF9AA;
}
.AnyTagClassName
{
color: #ECF9AA;
}
</style>
background-color css
<style>
a { background-color: #ECF9AA; }
a { background-color: rgb(236,249,170); }
div.DivClassName
{
background-color: #ECF9AA;
}
.BgClassName
{
background-color: #ECF9AA;
}
</style>
border-color css
<style>
span { border-color: #ECF9AA; }
span { border-color: rgb(236,249,170); }
td.TdClassName
{
border-color: #ECF9AA;
}
.TagClassName
{
border-color: #ECF9AA;
}
</style>