Shades of Australian Mint #ECF7AC
Tints of Australian Mint #ECF7AC
RGB
CMYK
RGB Variations
Color information
#ECF7AC (or 0xECF7AC) is known color: Australian Mint. HEX triplet: EC, F7 and AC. RGB value is (236,247,172). Sum of RGB (Red+Green+Blue) = 236+247+172=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 172 (67.58% from 255 or 26.26% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF7AC is #130853. Grayscale: #EBEBEB. Windows color (decimal): -1247316 or 11335660. OLE color: 11335660.
HSL color Cylindrical-coordinate representation of color #ECF7AC: hue angle of 68.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECF7AC is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 172 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.03 |
| HSL | 68.8º | 0.82% | 0.82% | - |
| HSV(B) | 68.8º | 0.3% | 0.97% | - |
| XYZ | 75.3 | 87.33 | 51.92 | - |
| YUV | 235.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 172 | 0.04 | 0 | 0.30 | 0.03 | 68.8 | 0.82 | 0.82 |
| Hex | EC | F7 | AC | 4 | 0 | 1E | 3 | 45 | 52 | 52 |
| Octal | 354 | 367 | 254 | 4 | 0 | 36 | 3 | 105 | 122 | 122 |
| Binary | 11101100 | 11110111 | 10101100 | 100 | 0 | 11110 | 11 | 1000101 | 1010010 | 1010010 |
Color Harmonies of #ECF7AC
Complementary color
Monochromatic Colors of #ECF7AC
Black with #ECF7AC
Text Example
Text Example
White with #ECF7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF7AC; }
p { color: rgb(236,247,172); }
H1.HeaderClassName
{
color: #ECF7AC;
}
.AnyTagClassName
{
color: #ECF7AC;
}
</style>
background-color css
<style>
a { background-color: #ECF7AC; }
a { background-color: rgb(236,247,172); }
div.DivClassName
{
background-color: #ECF7AC;
}
.BgClassName
{
background-color: #ECF7AC;
}
</style>
border-color css
<style>
span { border-color: #ECF7AC; }
span { border-color: rgb(236,247,172); }
td.TdClassName
{
border-color: #ECF7AC;
}
.TagClassName
{
border-color: #ECF7AC;
}
</style>