Shades of Australian Mint #ECFAAB
Tints of Australian Mint #ECFAAB
RGB
CMYK
RGB Variations
Color information
#ECFAAB (or 0xECFAAB) is known color: Australian Mint. HEX triplet: EC, FA and AB. RGB value is (236,250,171). Sum of RGB (Red+Green+Blue) = 236+250+171=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 171 (67.19% from 255 or 26.03% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFAAB is #130554. Grayscale: #EDEDED. Windows color (decimal): -1246549 or 11270892. OLE color: 11270892.
HSL color Cylindrical-coordinate representation of color #ECFAAB: hue angle of 70.63º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECFAAB is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 171 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.02 |
| HSL | 70.63º | 0.89% | 0.83% | - |
| HSV(B) | 70.63º | 0.32% | 0.98% | - |
| XYZ | 76.13 | 89.14 | 51.72 | - |
| YUV | 236.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 171 | 0.06 | 0 | 0.32 | 0.02 | 70.63 | 0.89 | 0.83 |
| Hex | EC | FA | AB | 6 | 0 | 20 | 2 | 47 | 59 | 53 |
| Octal | 354 | 372 | 253 | 6 | 0 | 40 | 2 | 107 | 131 | 123 |
| Binary | 11101100 | 11111010 | 10101011 | 110 | 0 | 100000 | 10 | 1000111 | 1011001 | 1010011 |
Color Harmonies of #ECFAAB
Complementary color
Monochromatic Colors of #ECFAAB
Black with #ECFAAB
Text Example
Text Example
White with #ECFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAAB; }
p { color: rgb(236,250,171); }
H1.HeaderClassName
{
color: #ECFAAB;
}
.AnyTagClassName
{
color: #ECFAAB;
}
</style>
background-color css
<style>
a { background-color: #ECFAAB; }
a { background-color: rgb(236,250,171); }
div.DivClassName
{
background-color: #ECFAAB;
}
.BgClassName
{
background-color: #ECFAAB;
}
</style>
border-color css
<style>
span { border-color: #ECFAAB; }
span { border-color: rgb(236,250,171); }
td.TdClassName
{
border-color: #ECFAAB;
}
.TagClassName
{
border-color: #ECFAAB;
}
</style>