Shades of Australian Mint #ECF3A7
Tints of Australian Mint #ECF3A7
RGB
CMYK
RGB Variations
Color information
#ECF3A7 (or 0xECF3A7) is known color: Australian Mint. HEX triplet: EC, F3 and A7. RGB value is (236,243,167). Sum of RGB (Red+Green+Blue) = 236+243+167=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 167 (65.62% from 255 or 25.85% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF3A7 is #130C58. Grayscale: #E8E8E8. Windows color (decimal): -1248345 or 11006956. OLE color: 11006956.
HSL color Cylindrical-coordinate representation of color #ECF3A7: hue angle of 65.53º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECF3A7 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 167 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.05 |
| HSL | 65.53º | 0.76% | 0.8% | - |
| HSV(B) | 65.53º | 0.31% | 0.95% | - |
| XYZ | 73.62 | 84.72 | 49.03 | - |
| YUV | 232.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 167 | 0.03 | 0 | 0.31 | 0.05 | 65.53 | 0.76 | 0.8 |
| Hex | EC | F3 | A7 | 3 | 0 | 1F | 5 | 42 | 4C | 50 |
| Octal | 354 | 363 | 247 | 3 | 0 | 37 | 5 | 102 | 114 | 120 |
| Binary | 11101100 | 11110011 | 10100111 | 11 | 0 | 11111 | 101 | 1000010 | 1001100 | 1010000 |
Color Harmonies of #ECF3A7
Complementary color
Monochromatic Colors of #ECF3A7
Black with #ECF3A7
Text Example
Text Example
White with #ECF3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3A7; }
p { color: rgb(236,243,167); }
H1.HeaderClassName
{
color: #ECF3A7;
}
.AnyTagClassName
{
color: #ECF3A7;
}
</style>
background-color css
<style>
a { background-color: #ECF3A7; }
a { background-color: rgb(236,243,167); }
div.DivClassName
{
background-color: #ECF3A7;
}
.BgClassName
{
background-color: #ECF3A7;
}
</style>
border-color css
<style>
span { border-color: #ECF3A7; }
span { border-color: rgb(236,243,167); }
td.TdClassName
{
border-color: #ECF3A7;
}
.TagClassName
{
border-color: #ECF3A7;
}
</style>