Shades of Australian Mint #ECF3A9
Tints of Australian Mint #ECF3A9
RGB
CMYK
RGB Variations
Color information
#ECF3A9 (or 0xECF3A9) is known color: Australian Mint. HEX triplet: EC, F3 and A9. RGB value is (236,243,169). Sum of RGB (Red+Green+Blue) = 236+243+169=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 169 (66.41% from 255 or 26.08% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF3A9 is #130C56. Grayscale: #E8E8E8. Windows color (decimal): -1248343 or 11138028. OLE color: 11138028.
HSL color Cylindrical-coordinate representation of color #ECF3A9: hue angle of 65.68º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECF3A9 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 169 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.05 |
| HSL | 65.68º | 0.76% | 0.81% | - |
| HSV(B) | 65.68º | 0.3% | 0.95% | - |
| XYZ | 73.8 | 84.8 | 50.01 | - |
| YUV | 232.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 169 | 0.03 | 0 | 0.30 | 0.05 | 65.68 | 0.76 | 0.81 |
| Hex | EC | F3 | A9 | 3 | 0 | 1E | 5 | 42 | 4C | 51 |
| Octal | 354 | 363 | 251 | 3 | 0 | 36 | 5 | 102 | 114 | 121 |
| Binary | 11101100 | 11110011 | 10101001 | 11 | 0 | 11110 | 101 | 1000010 | 1001100 | 1010001 |
Color Harmonies of #ECF3A9
Complementary color
Monochromatic Colors of #ECF3A9
Black with #ECF3A9
Text Example
Text Example
White with #ECF3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3A9; }
p { color: rgb(236,243,169); }
H1.HeaderClassName
{
color: #ECF3A9;
}
.AnyTagClassName
{
color: #ECF3A9;
}
</style>
background-color css
<style>
a { background-color: #ECF3A9; }
a { background-color: rgb(236,243,169); }
div.DivClassName
{
background-color: #ECF3A9;
}
.BgClassName
{
background-color: #ECF3A9;
}
</style>
border-color css
<style>
span { border-color: #ECF3A9; }
span { border-color: rgb(236,243,169); }
td.TdClassName
{
border-color: #ECF3A9;
}
.TagClassName
{
border-color: #ECF3A9;
}
</style>