Shades of Australian Mint #ECFBA1
Tints of Australian Mint #ECFBA1
RGB
CMYK
RGB Variations
Color information
#ECFBA1 (or 0xECFBA1) is known color: Australian Mint. HEX triplet: EC, FB and A1. RGB value is (236,251,161). Sum of RGB (Red+Green+Blue) = 236+251+161=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 161 (63.28% from 255 or 24.85% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFBA1 is #13045E. Grayscale: #ECECEC. Windows color (decimal): -1246303 or 10615788. OLE color: 10615788.
HSL color Cylindrical-coordinate representation of color #ECFBA1: hue angle of 70º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECFBA1 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 161 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.02 |
| HSL | 70º | 0.92% | 0.81% | - |
| HSV(B) | 70º | 0.36% | 0.98% | - |
| XYZ | 75.52 | 89.4 | 46.99 | - |
| YUV | 236.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 161 | 0.06 | 0 | 0.36 | 0.02 | 70 | 0.92 | 0.81 |
| Hex | EC | FB | A1 | 6 | 0 | 24 | 2 | 46 | 5C | 51 |
| Octal | 354 | 373 | 241 | 6 | 0 | 44 | 2 | 106 | 134 | 121 |
| Binary | 11101100 | 11111011 | 10100001 | 110 | 0 | 100100 | 10 | 1000110 | 1011100 | 1010001 |
Color Harmonies of #ECFBA1
Complementary color
Monochromatic Colors of #ECFBA1
Black with #ECFBA1
Text Example
Text Example
White with #ECFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBA1; }
p { color: rgb(236,251,161); }
H1.HeaderClassName
{
color: #ECFBA1;
}
.AnyTagClassName
{
color: #ECFBA1;
}
</style>
background-color css
<style>
a { background-color: #ECFBA1; }
a { background-color: rgb(236,251,161); }
div.DivClassName
{
background-color: #ECFBA1;
}
.BgClassName
{
background-color: #ECFBA1;
}
</style>
border-color css
<style>
span { border-color: #ECFBA1; }
span { border-color: rgb(236,251,161); }
td.TdClassName
{
border-color: #ECFBA1;
}
.TagClassName
{
border-color: #ECFBA1;
}
</style>