Shades of Australian Mint #ECFFA6
Tints of Australian Mint #ECFFA6
RGB
CMYK
RGB Variations
Color information
#ECFFA6 (or 0xECFFA6) is known color: Australian Mint. HEX triplet: EC, FF and A6. RGB value is (236,255,166). Sum of RGB (Red+Green+Blue) = 236+255+166=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 166 (65.23% from 255 or 25.27% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFA6 is #130059. Grayscale: #EFEFEF. Windows color (decimal): -1245274 or 10944492. OLE color: 10944492.
HSL color Cylindrical-coordinate representation of color #ECFFA6: hue angle of 72.81º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECFFA6 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 166 | - |
| CMYK | 0.07 | 0 | 0.35 | 0 |
| HSL | 72.81º | 1% | 0.83% | - |
| HSV(B) | 72.81º | 0.35% | 1% | - |
| XYZ | 77.24 | 92.11 | 49.78 | - |
| YUV | 239.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 166 | 0.07 | 0 | 0.35 | 0 | 72.81 | 1 | 0.83 |
| Hex | EC | FF | A6 | 7 | 0 | 23 | 0 | 49 | 64 | 53 |
| Octal | 354 | 377 | 246 | 7 | 0 | 43 | 0 | 111 | 144 | 123 |
| Binary | 11101100 | 11111111 | 10100110 | 111 | 0 | 100011 | 0 | 1001001 | 1100100 | 1010011 |
Color Harmonies of #ECFFA6
Complementary color
Monochromatic Colors of #ECFFA6
Black with #ECFFA6
Text Example
Text Example
White with #ECFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFA6; }
p { color: rgb(236,255,166); }
H1.HeaderClassName
{
color: #ECFFA6;
}
.AnyTagClassName
{
color: #ECFFA6;
}
</style>
background-color css
<style>
a { background-color: #ECFFA6; }
a { background-color: rgb(236,255,166); }
div.DivClassName
{
background-color: #ECFFA6;
}
.BgClassName
{
background-color: #ECFFA6;
}
</style>
border-color css
<style>
span { border-color: #ECFFA6; }
span { border-color: rgb(236,255,166); }
td.TdClassName
{
border-color: #ECFFA6;
}
.TagClassName
{
border-color: #ECFFA6;
}
</style>