Shades of Australian Mint #ECF1AB
Tints of Australian Mint #ECF1AB
RGB
CMYK
RGB Variations
Color information
#ECF1AB (or 0xECF1AB) is known color: Australian Mint. HEX triplet: EC, F1 and AB. RGB value is (236,241,171). Sum of RGB (Red+Green+Blue) = 236+241+171=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF1AB is #130E54. Grayscale: #E7E7E7. Windows color (decimal): -1248853 or 11268588. OLE color: 11268588.
HSL color Cylindrical-coordinate representation of color #ECF1AB: hue angle of 64.29º degrees, saturation: 0.71, 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 #ECF1AB is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 171 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.05 |
| HSL | 64.29º | 0.71% | 0.81% | - |
| HSV(B) | 64.29º | 0.29% | 0.95% | - |
| XYZ | 73.4 | 83.68 | 50.81 | - |
| YUV | 231.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 171 | 0.02 | 0 | 0.29 | 0.05 | 64.29 | 0.71 | 0.81 |
| Hex | EC | F1 | AB | 2 | 0 | 1D | 5 | 40 | 47 | 51 |
| Octal | 354 | 361 | 253 | 2 | 0 | 35 | 5 | 100 | 107 | 121 |
| Binary | 11101100 | 11110001 | 10101011 | 10 | 0 | 11101 | 101 | 1000000 | 1000111 | 1010001 |
Color Harmonies of #ECF1AB
Complementary color
Monochromatic Colors of #ECF1AB
Black with #ECF1AB
Text Example
Text Example
White with #ECF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1AB; }
p { color: rgb(236,241,171); }
H1.HeaderClassName
{
color: #ECF1AB;
}
.AnyTagClassName
{
color: #ECF1AB;
}
</style>
background-color css
<style>
a { background-color: #ECF1AB; }
a { background-color: rgb(236,241,171); }
div.DivClassName
{
background-color: #ECF1AB;
}
.BgClassName
{
background-color: #ECF1AB;
}
</style>
border-color css
<style>
span { border-color: #ECF1AB; }
span { border-color: rgb(236,241,171); }
td.TdClassName
{
border-color: #ECF1AB;
}
.TagClassName
{
border-color: #ECF1AB;
}
</style>