Shades of Australian Mint #ECFAAA
Tints of Australian Mint #ECFAAA
RGB
CMYK
RGB Variations
Color information
#ECFAAA (or 0xECFAAA) is known color: Australian Mint. HEX triplet: EC, FA and AA. RGB value is (236,250,170). Sum of RGB (Red+Green+Blue) = 236+250+170=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFAAA is #130555. Grayscale: #EDEDED. Windows color (decimal): -1246550 or 11205356. OLE color: 11205356.
HSL color Cylindrical-coordinate representation of color #ECFAAA: hue angle of 70.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECFAAA is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 170 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.02 |
| HSL | 70.5º | 0.89% | 0.82% | - |
| HSV(B) | 70.5º | 0.32% | 0.98% | - |
| XYZ | 76.03 | 89.11 | 51.22 | - |
| YUV | 236.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 170 | 0.06 | 0 | 0.32 | 0.02 | 70.5 | 0.89 | 0.82 |
| Hex | EC | FA | AA | 6 | 0 | 20 | 2 | 46 | 59 | 52 |
| Octal | 354 | 372 | 252 | 6 | 0 | 40 | 2 | 106 | 131 | 122 |
| Binary | 11101100 | 11111010 | 10101010 | 110 | 0 | 100000 | 10 | 1000110 | 1011001 | 1010010 |
Color Harmonies of #ECFAAA
Complementary color
Monochromatic Colors of #ECFAAA
Black with #ECFAAA
Text Example
Text Example
White with #ECFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAAA; }
p { color: rgb(236,250,170); }
H1.HeaderClassName
{
color: #ECFAAA;
}
.AnyTagClassName
{
color: #ECFAAA;
}
</style>
background-color css
<style>
a { background-color: #ECFAAA; }
a { background-color: rgb(236,250,170); }
div.DivClassName
{
background-color: #ECFAAA;
}
.BgClassName
{
background-color: #ECFAAA;
}
</style>
border-color css
<style>
span { border-color: #ECFAAA; }
span { border-color: rgb(236,250,170); }
td.TdClassName
{
border-color: #ECFAAA;
}
.TagClassName
{
border-color: #ECFAAA;
}
</style>