Shades of Australian Mint #ECF0A3
Tints of Australian Mint #ECF0A3
RGB
CMYK
RGB Variations
Color information
#ECF0A3 (or 0xECF0A3) is known color: Australian Mint. HEX triplet: EC, F0 and A3. RGB value is (236,240,163). Sum of RGB (Red+Green+Blue) = 236+240+163=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 163 (64.06% from 255 or 25.51% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF0A3 is #130F5C. Grayscale: #E6E6E6. Windows color (decimal): -1249117 or 10744044. OLE color: 10744044.
HSL color Cylindrical-coordinate representation of color #ECF0A3: hue angle of 63.12º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECF0A3 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 163 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.06 |
| HSL | 63.12º | 0.72% | 0.79% | - |
| HSV(B) | 63.12º | 0.32% | 0.94% | - |
| XYZ | 72.36 | 82.8 | 46.82 | - |
| YUV | 230.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 163 | 0.02 | 0 | 0.32 | 0.06 | 63.12 | 0.72 | 0.79 |
| Hex | EC | F0 | A3 | 2 | 0 | 20 | 6 | 3F | 48 | 4F |
| Octal | 354 | 360 | 243 | 2 | 0 | 40 | 6 | 77 | 110 | 117 |
| Binary | 11101100 | 11110000 | 10100011 | 10 | 0 | 100000 | 110 | 111111 | 1001000 | 1001111 |
Color Harmonies of #ECF0A3
Complementary color
Monochromatic Colors of #ECF0A3
Black with #ECF0A3
Text Example
Text Example
White with #ECF0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0A3; }
p { color: rgb(236,240,163); }
H1.HeaderClassName
{
color: #ECF0A3;
}
.AnyTagClassName
{
color: #ECF0A3;
}
</style>
background-color css
<style>
a { background-color: #ECF0A3; }
a { background-color: rgb(236,240,163); }
div.DivClassName
{
background-color: #ECF0A3;
}
.BgClassName
{
background-color: #ECF0A3;
}
</style>
border-color css
<style>
span { border-color: #ECF0A3; }
span { border-color: rgb(236,240,163); }
td.TdClassName
{
border-color: #ECF0A3;
}
.TagClassName
{
border-color: #ECF0A3;
}
</style>