Shades of Australian Mint #ECF1A2
Tints of Australian Mint #ECF1A2
RGB
CMYK
RGB Variations
Color information
#ECF1A2 (or 0xECF1A2) is known color: Australian Mint. HEX triplet: EC, F1 and A2. RGB value is (236,241,162). Sum of RGB (Red+Green+Blue) = 236+241+162=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 162 (63.67% from 255 or 25.35% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF1A2 is #130E5D. Grayscale: #E6E6E6. Windows color (decimal): -1248862 or 10678764. OLE color: 10678764.
HSL color Cylindrical-coordinate representation of color #ECF1A2: hue angle of 63.8º degrees, saturation: 0.74, 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 #ECF1A2 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 162 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.05 |
| HSL | 63.8º | 0.74% | 0.79% | - |
| HSV(B) | 63.8º | 0.33% | 0.95% | - |
| XYZ | 72.57 | 83.35 | 46.45 | - |
| YUV | 230.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 162 | 0.02 | 0 | 0.33 | 0.05 | 63.8 | 0.74 | 0.79 |
| Hex | EC | F1 | A2 | 2 | 0 | 21 | 5 | 40 | 4A | 4F |
| Octal | 354 | 361 | 242 | 2 | 0 | 41 | 5 | 100 | 112 | 117 |
| Binary | 11101100 | 11110001 | 10100010 | 10 | 0 | 100001 | 101 | 1000000 | 1001010 | 1001111 |
Color Harmonies of #ECF1A2
Complementary color
Monochromatic Colors of #ECF1A2
Black with #ECF1A2
Text Example
Text Example
White with #ECF1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1A2; }
p { color: rgb(236,241,162); }
H1.HeaderClassName
{
color: #ECF1A2;
}
.AnyTagClassName
{
color: #ECF1A2;
}
</style>
background-color css
<style>
a { background-color: #ECF1A2; }
a { background-color: rgb(236,241,162); }
div.DivClassName
{
background-color: #ECF1A2;
}
.BgClassName
{
background-color: #ECF1A2;
}
</style>
border-color css
<style>
span { border-color: #ECF1A2; }
span { border-color: rgb(236,241,162); }
td.TdClassName
{
border-color: #ECF1A2;
}
.TagClassName
{
border-color: #ECF1A2;
}
</style>