Shades of Australian Mint #ECF2A3
Tints of Australian Mint #ECF2A3
RGB
CMYK
RGB Variations
Color information
#ECF2A3 (or 0xECF2A3) is known color: Australian Mint. HEX triplet: EC, F2 and A3. RGB value is (236,242,163). Sum of RGB (Red+Green+Blue) = 236+242+163=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 163 (64.06% from 255 or 25.43% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2A3 is #130D5C. Grayscale: #E7E7E7. Windows color (decimal): -1248605 or 10744556. OLE color: 10744556.
HSL color Cylindrical-coordinate representation of color #ECF2A3: hue angle of 64.56º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECF2A3 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 163 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.05 |
| HSL | 64.56º | 0.75% | 0.79% | - |
| HSV(B) | 64.56º | 0.33% | 0.95% | - |
| XYZ | 72.96 | 83.98 | 47.02 | - |
| YUV | 231.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 163 | 0.02 | 0 | 0.33 | 0.05 | 64.56 | 0.75 | 0.79 |
| Hex | EC | F2 | A3 | 2 | 0 | 21 | 5 | 41 | 4B | 4F |
| Octal | 354 | 362 | 243 | 2 | 0 | 41 | 5 | 101 | 113 | 117 |
| Binary | 11101100 | 11110010 | 10100011 | 10 | 0 | 100001 | 101 | 1000001 | 1001011 | 1001111 |
Color Harmonies of #ECF2A3
Complementary color
Monochromatic Colors of #ECF2A3
Black with #ECF2A3
Text Example
Text Example
White with #ECF2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2A3; }
p { color: rgb(236,242,163); }
H1.HeaderClassName
{
color: #ECF2A3;
}
.AnyTagClassName
{
color: #ECF2A3;
}
</style>
background-color css
<style>
a { background-color: #ECF2A3; }
a { background-color: rgb(236,242,163); }
div.DivClassName
{
background-color: #ECF2A3;
}
.BgClassName
{
background-color: #ECF2A3;
}
</style>
border-color css
<style>
span { border-color: #ECF2A3; }
span { border-color: rgb(236,242,163); }
td.TdClassName
{
border-color: #ECF2A3;
}
.TagClassName
{
border-color: #ECF2A3;
}
</style>