Shades of Australian Mint #ECFAA8
Tints of Australian Mint #ECFAA8
RGB
CMYK
RGB Variations
Color information
#ECFAA8 (or 0xECFAA8) is known color: Australian Mint. HEX triplet: EC, FA and A8. RGB value is (236,250,168). Sum of RGB (Red+Green+Blue) = 236+250+168=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 168 (66.02% from 255 or 25.69% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFAA8 is #130557. Grayscale: #ECECEC. Windows color (decimal): -1246552 or 11074284. OLE color: 11074284.
HSL color Cylindrical-coordinate representation of color #ECFAA8: hue angle of 70.24º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECFAA8 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 168 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.02 |
| HSL | 70.24º | 0.89% | 0.82% | - |
| HSV(B) | 70.24º | 0.33% | 0.98% | - |
| XYZ | 75.85 | 89.03 | 50.23 | - |
| YUV | 236.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 168 | 0.06 | 0 | 0.33 | 0.02 | 70.24 | 0.89 | 0.82 |
| Hex | EC | FA | A8 | 6 | 0 | 21 | 2 | 46 | 59 | 52 |
| Octal | 354 | 372 | 250 | 6 | 0 | 41 | 2 | 106 | 131 | 122 |
| Binary | 11101100 | 11111010 | 10101000 | 110 | 0 | 100001 | 10 | 1000110 | 1011001 | 1010010 |
Color Harmonies of #ECFAA8
Complementary color
Monochromatic Colors of #ECFAA8
Black with #ECFAA8
Text Example
Text Example
White with #ECFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAA8; }
p { color: rgb(236,250,168); }
H1.HeaderClassName
{
color: #ECFAA8;
}
.AnyTagClassName
{
color: #ECFAA8;
}
</style>
background-color css
<style>
a { background-color: #ECFAA8; }
a { background-color: rgb(236,250,168); }
div.DivClassName
{
background-color: #ECFAA8;
}
.BgClassName
{
background-color: #ECFAA8;
}
</style>
border-color css
<style>
span { border-color: #ECFAA8; }
span { border-color: rgb(236,250,168); }
td.TdClassName
{
border-color: #ECFAA8;
}
.TagClassName
{
border-color: #ECFAA8;
}
</style>