Shades of Australian Mint #ECF5A7
Tints of Australian Mint #ECF5A7
RGB
CMYK
RGB Variations
Color information
#ECF5A7 (or 0xECF5A7) is known color: Australian Mint. HEX triplet: EC, F5 and A7. RGB value is (236,245,167). Sum of RGB (Red+Green+Blue) = 236+245+167=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 167 (65.62% from 255 or 25.77% from 648); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF5A7 is #130A58. Grayscale: #E9E9E9. Windows color (decimal): -1247833 or 11007468. OLE color: 11007468.
HSL color Cylindrical-coordinate representation of color #ECF5A7: hue angle of 66.92º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECF5A7 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 167 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.04 |
| HSL | 66.92º | 0.8% | 0.81% | - |
| HSV(B) | 66.92º | 0.32% | 0.96% | - |
| XYZ | 74.22 | 85.93 | 49.23 | - |
| YUV | 233.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 167 | 0.04 | 0 | 0.32 | 0.04 | 66.92 | 0.8 | 0.81 |
| Hex | EC | F5 | A7 | 4 | 0 | 20 | 4 | 43 | 50 | 51 |
| Octal | 354 | 365 | 247 | 4 | 0 | 40 | 4 | 103 | 120 | 121 |
| Binary | 11101100 | 11110101 | 10100111 | 100 | 0 | 100000 | 100 | 1000011 | 1010000 | 1010001 |
Color Harmonies of #ECF5A7
Complementary color
Monochromatic Colors of #ECF5A7
Black with #ECF5A7
Text Example
Text Example
White with #ECF5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5A7; }
p { color: rgb(236,245,167); }
H1.HeaderClassName
{
color: #ECF5A7;
}
.AnyTagClassName
{
color: #ECF5A7;
}
</style>
background-color css
<style>
a { background-color: #ECF5A7; }
a { background-color: rgb(236,245,167); }
div.DivClassName
{
background-color: #ECF5A7;
}
.BgClassName
{
background-color: #ECF5A7;
}
</style>
border-color css
<style>
span { border-color: #ECF5A7; }
span { border-color: rgb(236,245,167); }
td.TdClassName
{
border-color: #ECF5A7;
}
.TagClassName
{
border-color: #ECF5A7;
}
</style>