Shades of Australian Mint #ECF1AC
Tints of Australian Mint #ECF1AC
RGB
CMYK
RGB Variations
Color information
#ECF1AC (or 0xECF1AC) is known color: Australian Mint. HEX triplet: EC, F1 and AC. RGB value is (236,241,172). Sum of RGB (Red+Green+Blue) = 236+241+172=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF1AC is #130E53. Grayscale: #E7E7E7. Windows color (decimal): -1248852 or 11334124. OLE color: 11334124.
HSL color Cylindrical-coordinate representation of color #ECF1AC: hue angle of 64.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECF1AC is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 172 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.05 |
| HSL | 64.35º | 0.71% | 0.81% | - |
| HSV(B) | 64.35º | 0.29% | 0.95% | - |
| XYZ | 73.49 | 83.72 | 51.32 | - |
| YUV | 231.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 172 | 0.02 | 0 | 0.29 | 0.05 | 64.35 | 0.71 | 0.81 |
| Hex | EC | F1 | AC | 2 | 0 | 1D | 5 | 40 | 47 | 51 |
| Octal | 354 | 361 | 254 | 2 | 0 | 35 | 5 | 100 | 107 | 121 |
| Binary | 11101100 | 11110001 | 10101100 | 10 | 0 | 11101 | 101 | 1000000 | 1000111 | 1010001 |
Color Harmonies of #ECF1AC
Complementary color
Monochromatic Colors of #ECF1AC
Black with #ECF1AC
Text Example
Text Example
White with #ECF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1AC; }
p { color: rgb(236,241,172); }
H1.HeaderClassName
{
color: #ECF1AC;
}
.AnyTagClassName
{
color: #ECF1AC;
}
</style>
background-color css
<style>
a { background-color: #ECF1AC; }
a { background-color: rgb(236,241,172); }
div.DivClassName
{
background-color: #ECF1AC;
}
.BgClassName
{
background-color: #ECF1AC;
}
</style>
border-color css
<style>
span { border-color: #ECF1AC; }
span { border-color: rgb(236,241,172); }
td.TdClassName
{
border-color: #ECF1AC;
}
.TagClassName
{
border-color: #ECF1AC;
}
</style>