Shades of Australian Mint #ECF4AB
Tints of Australian Mint #ECF4AB
RGB
CMYK
RGB Variations
Color information
#ECF4AB (or 0xECF4AB) is known color: Australian Mint. HEX triplet: EC, F4 and AB. RGB value is (236,244,171). Sum of RGB (Red+Green+Blue) = 236+244+171=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF4AB is #130B54. Grayscale: #E9E9E9. Windows color (decimal): -1248085 or 11269356. OLE color: 11269356.
HSL color Cylindrical-coordinate representation of color #ECF4AB: hue angle of 66.58º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECF4AB is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 171 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.04 |
| HSL | 66.58º | 0.77% | 0.81% | - |
| HSV(B) | 66.58º | 0.3% | 0.96% | - |
| XYZ | 74.29 | 85.47 | 51.11 | - |
| YUV | 233.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 171 | 0.03 | 0 | 0.30 | 0.04 | 66.58 | 0.77 | 0.81 |
| Hex | EC | F4 | AB | 3 | 0 | 1E | 4 | 43 | 4D | 51 |
| Octal | 354 | 364 | 253 | 3 | 0 | 36 | 4 | 103 | 115 | 121 |
| Binary | 11101100 | 11110100 | 10101011 | 11 | 0 | 11110 | 100 | 1000011 | 1001101 | 1010001 |
Color Harmonies of #ECF4AB
Complementary color
Monochromatic Colors of #ECF4AB
Black with #ECF4AB
Text Example
Text Example
White with #ECF4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF4AB; }
p { color: rgb(236,244,171); }
H1.HeaderClassName
{
color: #ECF4AB;
}
.AnyTagClassName
{
color: #ECF4AB;
}
</style>
background-color css
<style>
a { background-color: #ECF4AB; }
a { background-color: rgb(236,244,171); }
div.DivClassName
{
background-color: #ECF4AB;
}
.BgClassName
{
background-color: #ECF4AB;
}
</style>
border-color css
<style>
span { border-color: #ECF4AB; }
span { border-color: rgb(236,244,171); }
td.TdClassName
{
border-color: #ECF4AB;
}
.TagClassName
{
border-color: #ECF4AB;
}
</style>