Shades of Australian Mint #ECF9A4
Tints of Australian Mint #ECF9A4
RGB
CMYK
RGB Variations
Color information
#ECF9A4 (or 0xECF9A4) is known color: Australian Mint. HEX triplet: EC, F9 and A4. RGB value is (236,249,164). Sum of RGB (Red+Green+Blue) = 236+249+164=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 164 (64.45% from 255 or 25.27% from 649); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF9A4 is #13065B. Grayscale: #EBEBEB. Windows color (decimal): -1246812 or 10811884. OLE color: 10811884.
HSL color Cylindrical-coordinate representation of color #ECF9A4: hue angle of 69.18º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECF9A4 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 164 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.02 |
| HSL | 69.18º | 0.88% | 0.81% | - |
| HSV(B) | 69.18º | 0.34% | 0.98% | - |
| XYZ | 75.17 | 88.26 | 48.2 | - |
| YUV | 235.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 164 | 0.05 | 0 | 0.34 | 0.02 | 69.18 | 0.88 | 0.81 |
| Hex | EC | F9 | A4 | 5 | 0 | 22 | 2 | 45 | 58 | 51 |
| Octal | 354 | 371 | 244 | 5 | 0 | 42 | 2 | 105 | 130 | 121 |
| Binary | 11101100 | 11111001 | 10100100 | 101 | 0 | 100010 | 10 | 1000101 | 1011000 | 1010001 |
Color Harmonies of #ECF9A4
Complementary color
Monochromatic Colors of #ECF9A4
Black with #ECF9A4
Text Example
Text Example
White with #ECF9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9A4; }
p { color: rgb(236,249,164); }
H1.HeaderClassName
{
color: #ECF9A4;
}
.AnyTagClassName
{
color: #ECF9A4;
}
</style>
background-color css
<style>
a { background-color: #ECF9A4; }
a { background-color: rgb(236,249,164); }
div.DivClassName
{
background-color: #ECF9A4;
}
.BgClassName
{
background-color: #ECF9A4;
}
</style>
border-color css
<style>
span { border-color: #ECF9A4; }
span { border-color: rgb(236,249,164); }
td.TdClassName
{
border-color: #ECF9A4;
}
.TagClassName
{
border-color: #ECF9A4;
}
</style>