Shades of Australian Mint #ECF1A3
Tints of Australian Mint #ECF1A3
RGB
CMYK
RGB Variations
Color information
#ECF1A3 (or 0xECF1A3) is known color: Australian Mint. HEX triplet: EC, F1 and A3. RGB value is (236,241,163). Sum of RGB (Red+Green+Blue) = 236+241+163=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 163 (64.06% from 255 or 25.47% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF1A3 is #130E5C. Grayscale: #E6E6E6. Windows color (decimal): -1248861 or 10744300. OLE color: 10744300.
HSL color Cylindrical-coordinate representation of color #ECF1A3: hue angle of 63.85º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECF1A3 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 163 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.05 |
| HSL | 63.85º | 0.74% | 0.79% | - |
| HSV(B) | 63.85º | 0.32% | 0.95% | - |
| XYZ | 72.66 | 83.39 | 46.92 | - |
| YUV | 230.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 163 | 0.02 | 0 | 0.32 | 0.05 | 63.85 | 0.74 | 0.79 |
| Hex | EC | F1 | A3 | 2 | 0 | 20 | 5 | 40 | 4A | 4F |
| Octal | 354 | 361 | 243 | 2 | 0 | 40 | 5 | 100 | 112 | 117 |
| Binary | 11101100 | 11110001 | 10100011 | 10 | 0 | 100000 | 101 | 1000000 | 1001010 | 1001111 |
Color Harmonies of #ECF1A3
Complementary color
Monochromatic Colors of #ECF1A3
Black with #ECF1A3
Text Example
Text Example
White with #ECF1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1A3; }
p { color: rgb(236,241,163); }
H1.HeaderClassName
{
color: #ECF1A3;
}
.AnyTagClassName
{
color: #ECF1A3;
}
</style>
background-color css
<style>
a { background-color: #ECF1A3; }
a { background-color: rgb(236,241,163); }
div.DivClassName
{
background-color: #ECF1A3;
}
.BgClassName
{
background-color: #ECF1A3;
}
</style>
border-color css
<style>
span { border-color: #ECF1A3; }
span { border-color: rgb(236,241,163); }
td.TdClassName
{
border-color: #ECF1A3;
}
.TagClassName
{
border-color: #ECF1A3;
}
</style>