Shades of Australian Mint #ECF4A3
Tints of Australian Mint #ECF4A3
RGB
CMYK
RGB Variations
Color information
#ECF4A3 (or 0xECF4A3) is known color: Australian Mint. HEX triplet: EC, F4 and A3. RGB value is (236,244,163). Sum of RGB (Red+Green+Blue) = 236+244+163=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 163 (64.06% from 255 or 25.35% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF4A3 is #130B5C. Grayscale: #E8E8E8. Windows color (decimal): -1248093 or 10745068. OLE color: 10745068.
HSL color Cylindrical-coordinate representation of color #ECF4A3: hue angle of 65.93º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECF4A3 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 163 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.04 |
| HSL | 65.93º | 0.79% | 0.8% | - |
| HSV(B) | 65.93º | 0.33% | 0.96% | - |
| XYZ | 73.55 | 85.18 | 47.21 | - |
| YUV | 232.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 163 | 0.03 | 0 | 0.33 | 0.04 | 65.93 | 0.79 | 0.8 |
| Hex | EC | F4 | A3 | 3 | 0 | 21 | 4 | 42 | 4F | 50 |
| Octal | 354 | 364 | 243 | 3 | 0 | 41 | 4 | 102 | 117 | 120 |
| Binary | 11101100 | 11110100 | 10100011 | 11 | 0 | 100001 | 100 | 1000010 | 1001111 | 1010000 |
Color Harmonies of #ECF4A3
Complementary color
Monochromatic Colors of #ECF4A3
Black with #ECF4A3
Text Example
Text Example
White with #ECF4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF4A3; }
p { color: rgb(236,244,163); }
H1.HeaderClassName
{
color: #ECF4A3;
}
.AnyTagClassName
{
color: #ECF4A3;
}
</style>
background-color css
<style>
a { background-color: #ECF4A3; }
a { background-color: rgb(236,244,163); }
div.DivClassName
{
background-color: #ECF4A3;
}
.BgClassName
{
background-color: #ECF4A3;
}
</style>
border-color css
<style>
span { border-color: #ECF4A3; }
span { border-color: rgb(236,244,163); }
td.TdClassName
{
border-color: #ECF4A3;
}
.TagClassName
{
border-color: #ECF4A3;
}
</style>