Shades of Australian Mint #ECF2A1
Tints of Australian Mint #ECF2A1
RGB
CMYK
RGB Variations
Color information
#ECF2A1 (or 0xECF2A1) is known color: Australian Mint. HEX triplet: EC, F2 and A1. RGB value is (236,242,161). Sum of RGB (Red+Green+Blue) = 236+242+161=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2A1 is #130D5E. Grayscale: #E7E7E7. Windows color (decimal): -1248607 or 10613484. OLE color: 10613484.
HSL color Cylindrical-coordinate representation of color #ECF2A1: hue angle of 64.44º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECF2A1 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 161 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.05 |
| HSL | 64.44º | 0.76% | 0.79% | - |
| HSV(B) | 64.44º | 0.33% | 0.95% | - |
| XYZ | 72.78 | 83.91 | 46.08 | - |
| YUV | 230.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 161 | 0.02 | 0 | 0.33 | 0.05 | 64.44 | 0.76 | 0.79 |
| Hex | EC | F2 | A1 | 2 | 0 | 21 | 5 | 40 | 4C | 4F |
| Octal | 354 | 362 | 241 | 2 | 0 | 41 | 5 | 100 | 114 | 117 |
| Binary | 11101100 | 11110010 | 10100001 | 10 | 0 | 100001 | 101 | 1000000 | 1001100 | 1001111 |
Color Harmonies of #ECF2A1
Complementary color
Monochromatic Colors of #ECF2A1
Black with #ECF2A1
Text Example
Text Example
White with #ECF2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2A1; }
p { color: rgb(236,242,161); }
H1.HeaderClassName
{
color: #ECF2A1;
}
.AnyTagClassName
{
color: #ECF2A1;
}
</style>
background-color css
<style>
a { background-color: #ECF2A1; }
a { background-color: rgb(236,242,161); }
div.DivClassName
{
background-color: #ECF2A1;
}
.BgClassName
{
background-color: #ECF2A1;
}
</style>
border-color css
<style>
span { border-color: #ECF2A1; }
span { border-color: rgb(236,242,161); }
td.TdClassName
{
border-color: #ECF2A1;
}
.TagClassName
{
border-color: #ECF2A1;
}
</style>