Shades of Australian Mint #ECF1A9
Tints of Australian Mint #ECF1A9
RGB
CMYK
RGB Variations
Color information
#ECF1A9 (or 0xECF1A9) is known color: Australian Mint. HEX triplet: EC, F1 and A9. RGB value is (236,241,169). Sum of RGB (Red+Green+Blue) = 236+241+169=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 169 (66.41% from 255 or 26.16% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF1A9 is #130E56. Grayscale: #E7E7E7. Windows color (decimal): -1248855 or 11137516. OLE color: 11137516.
HSL color Cylindrical-coordinate representation of color #ECF1A9: hue angle of 64.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECF1A9 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 169 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.05 |
| HSL | 64.17º | 0.72% | 0.8% | - |
| HSV(B) | 64.17º | 0.3% | 0.95% | - |
| XYZ | 73.21 | 83.61 | 49.82 | - |
| YUV | 231.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 169 | 0.02 | 0 | 0.30 | 0.05 | 64.17 | 0.72 | 0.8 |
| Hex | EC | F1 | A9 | 2 | 0 | 1E | 5 | 40 | 48 | 50 |
| Octal | 354 | 361 | 251 | 2 | 0 | 36 | 5 | 100 | 110 | 120 |
| Binary | 11101100 | 11110001 | 10101001 | 10 | 0 | 11110 | 101 | 1000000 | 1001000 | 1010000 |
Color Harmonies of #ECF1A9
Complementary color
Monochromatic Colors of #ECF1A9
Black with #ECF1A9
Text Example
Text Example
White with #ECF1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1A9; }
p { color: rgb(236,241,169); }
H1.HeaderClassName
{
color: #ECF1A9;
}
.AnyTagClassName
{
color: #ECF1A9;
}
</style>
background-color css
<style>
a { background-color: #ECF1A9; }
a { background-color: rgb(236,241,169); }
div.DivClassName
{
background-color: #ECF1A9;
}
.BgClassName
{
background-color: #ECF1A9;
}
</style>
border-color css
<style>
span { border-color: #ECF1A9; }
span { border-color: rgb(236,241,169); }
td.TdClassName
{
border-color: #ECF1A9;
}
.TagClassName
{
border-color: #ECF1A9;
}
</style>