Shades of Australian Mint #ECF3A6
Tints of Australian Mint #ECF3A6
RGB
CMYK
RGB Variations
Color information
#ECF3A6 (or 0xECF3A6) is known color: Australian Mint. HEX triplet: EC, F3 and A6. RGB value is (236,243,166). Sum of RGB (Red+Green+Blue) = 236+243+166=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 166 (65.23% from 255 or 25.74% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF3A6 is #130C59. Grayscale: #E8E8E8. Windows color (decimal): -1248346 or 10941420. OLE color: 10941420.
HSL color Cylindrical-coordinate representation of color #ECF3A6: hue angle of 65.45º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECF3A6 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 166 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.05 |
| HSL | 65.45º | 0.76% | 0.8% | - |
| HSV(B) | 65.45º | 0.32% | 0.95% | - |
| XYZ | 73.53 | 84.69 | 48.55 | - |
| YUV | 232.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 166 | 0.03 | 0 | 0.32 | 0.05 | 65.45 | 0.76 | 0.8 |
| Hex | EC | F3 | A6 | 3 | 0 | 20 | 5 | 41 | 4C | 50 |
| Octal | 354 | 363 | 246 | 3 | 0 | 40 | 5 | 101 | 114 | 120 |
| Binary | 11101100 | 11110011 | 10100110 | 11 | 0 | 100000 | 101 | 1000001 | 1001100 | 1010000 |
Color Harmonies of #ECF3A6
Complementary color
Monochromatic Colors of #ECF3A6
Black with #ECF3A6
Text Example
Text Example
White with #ECF3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3A6; }
p { color: rgb(236,243,166); }
H1.HeaderClassName
{
color: #ECF3A6;
}
.AnyTagClassName
{
color: #ECF3A6;
}
</style>
background-color css
<style>
a { background-color: #ECF3A6; }
a { background-color: rgb(236,243,166); }
div.DivClassName
{
background-color: #ECF3A6;
}
.BgClassName
{
background-color: #ECF3A6;
}
</style>
border-color css
<style>
span { border-color: #ECF3A6; }
span { border-color: rgb(236,243,166); }
td.TdClassName
{
border-color: #ECF3A6;
}
.TagClassName
{
border-color: #ECF3A6;
}
</style>