Shades of Australian Mint #ECF2AB
Tints of Australian Mint #ECF2AB
RGB
CMYK
RGB Variations
Color information
#ECF2AB (or 0xECF2AB) is known color: Australian Mint. HEX triplet: EC, F2 and AB. RGB value is (236,242,171). Sum of RGB (Red+Green+Blue) = 236+242+171=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2AB is #130D54. Grayscale: #E8E8E8. Windows color (decimal): -1248597 or 11268844. OLE color: 11268844.
HSL color Cylindrical-coordinate representation of color #ECF2AB: hue angle of 65.07º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECF2AB is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 171 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.05 |
| HSL | 65.07º | 0.73% | 0.81% | - |
| HSV(B) | 65.07º | 0.29% | 0.95% | - |
| XYZ | 73.69 | 84.28 | 50.91 | - |
| YUV | 232.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 171 | 0.02 | 0 | 0.29 | 0.05 | 65.07 | 0.73 | 0.81 |
| Hex | EC | F2 | AB | 2 | 0 | 1D | 5 | 41 | 49 | 51 |
| Octal | 354 | 362 | 253 | 2 | 0 | 35 | 5 | 101 | 111 | 121 |
| Binary | 11101100 | 11110010 | 10101011 | 10 | 0 | 11101 | 101 | 1000001 | 1001001 | 1010001 |
Color Harmonies of #ECF2AB
Complementary color
Monochromatic Colors of #ECF2AB
Black with #ECF2AB
Text Example
Text Example
White with #ECF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2AB; }
p { color: rgb(236,242,171); }
H1.HeaderClassName
{
color: #ECF2AB;
}
.AnyTagClassName
{
color: #ECF2AB;
}
</style>
background-color css
<style>
a { background-color: #ECF2AB; }
a { background-color: rgb(236,242,171); }
div.DivClassName
{
background-color: #ECF2AB;
}
.BgClassName
{
background-color: #ECF2AB;
}
</style>
border-color css
<style>
span { border-color: #ECF2AB; }
span { border-color: rgb(236,242,171); }
td.TdClassName
{
border-color: #ECF2AB;
}
.TagClassName
{
border-color: #ECF2AB;
}
</style>