Shades of Australian Mint #ECF4AA
Tints of Australian Mint #ECF4AA
RGB
CMYK
RGB Variations
Color information
#ECF4AA (or 0xECF4AA) is known color: Australian Mint. HEX triplet: EC, F4 and AA. RGB value is (236,244,170). Sum of RGB (Red+Green+Blue) = 236+244+170=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF4AA is #130B55. Grayscale: #E9E9E9. Windows color (decimal): -1248086 or 11203820. OLE color: 11203820.
HSL color Cylindrical-coordinate representation of color #ECF4AA: hue angle of 66.49º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECF4AA is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 170 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.04 |
| HSL | 66.49º | 0.77% | 0.81% | - |
| HSV(B) | 66.49º | 0.3% | 0.96% | - |
| XYZ | 74.2 | 85.44 | 50.61 | - |
| YUV | 233.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 170 | 0.03 | 0 | 0.30 | 0.04 | 66.49 | 0.77 | 0.81 |
| Hex | EC | F4 | AA | 3 | 0 | 1E | 4 | 42 | 4D | 51 |
| Octal | 354 | 364 | 252 | 3 | 0 | 36 | 4 | 102 | 115 | 121 |
| Binary | 11101100 | 11110100 | 10101010 | 11 | 0 | 11110 | 100 | 1000010 | 1001101 | 1010001 |
Color Harmonies of #ECF4AA
Complementary color
Monochromatic Colors of #ECF4AA
Black with #ECF4AA
Text Example
Text Example
White with #ECF4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF4AA; }
p { color: rgb(236,244,170); }
H1.HeaderClassName
{
color: #ECF4AA;
}
.AnyTagClassName
{
color: #ECF4AA;
}
</style>
background-color css
<style>
a { background-color: #ECF4AA; }
a { background-color: rgb(236,244,170); }
div.DivClassName
{
background-color: #ECF4AA;
}
.BgClassName
{
background-color: #ECF4AA;
}
</style>
border-color css
<style>
span { border-color: #ECF4AA; }
span { border-color: rgb(236,244,170); }
td.TdClassName
{
border-color: #ECF4AA;
}
.TagClassName
{
border-color: #ECF4AA;
}
</style>