Shades of Australian Mint #ECF9A5
Tints of Australian Mint #ECF9A5
RGB
CMYK
RGB Variations
Color information
#ECF9A5 (or 0xECF9A5) is known color: Australian Mint. HEX triplet: EC, F9 and A5. RGB value is (236,249,165). Sum of RGB (Red+Green+Blue) = 236+249+165=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 165 (64.84% from 255 or 25.38% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF9A5 is #13065A. Grayscale: #EBEBEB. Windows color (decimal): -1246811 or 10877420. OLE color: 10877420.
HSL color Cylindrical-coordinate representation of color #ECF9A5: hue angle of 69.29º 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 #ECF9A5 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 165 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.02 |
| HSL | 69.29º | 0.88% | 0.81% | - |
| HSV(B) | 69.29º | 0.34% | 0.98% | - |
| XYZ | 75.26 | 88.3 | 48.67 | - |
| YUV | 235.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 165 | 0.05 | 0 | 0.34 | 0.02 | 69.29 | 0.88 | 0.81 |
| Hex | EC | F9 | A5 | 5 | 0 | 22 | 2 | 45 | 58 | 51 |
| Octal | 354 | 371 | 245 | 5 | 0 | 42 | 2 | 105 | 130 | 121 |
| Binary | 11101100 | 11111001 | 10100101 | 101 | 0 | 100010 | 10 | 1000101 | 1011000 | 1010001 |
Color Harmonies of #ECF9A5
Complementary color
Monochromatic Colors of #ECF9A5
Black with #ECF9A5
Text Example
Text Example
White with #ECF9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9A5; }
p { color: rgb(236,249,165); }
H1.HeaderClassName
{
color: #ECF9A5;
}
.AnyTagClassName
{
color: #ECF9A5;
}
</style>
background-color css
<style>
a { background-color: #ECF9A5; }
a { background-color: rgb(236,249,165); }
div.DivClassName
{
background-color: #ECF9A5;
}
.BgClassName
{
background-color: #ECF9A5;
}
</style>
border-color css
<style>
span { border-color: #ECF9A5; }
span { border-color: rgb(236,249,165); }
td.TdClassName
{
border-color: #ECF9A5;
}
.TagClassName
{
border-color: #ECF9A5;
}
</style>