Shades of Australian Mint #ECF3A3
Tints of Australian Mint #ECF3A3
RGB
CMYK
RGB Variations
Color information
#ECF3A3 (or 0xECF3A3) is known color: Australian Mint. HEX triplet: EC, F3 and A3. RGB value is (236,243,163). Sum of RGB (Red+Green+Blue) = 236+243+163=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 163 (64.06% from 255 or 25.39% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF3A3 is #130C5C. Grayscale: #E8E8E8. Windows color (decimal): -1248349 or 10744812. OLE color: 10744812.
HSL color Cylindrical-coordinate representation of color #ECF3A3: hue angle of 65.25º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECF3A3 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 163 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.05 |
| HSL | 65.25º | 0.77% | 0.8% | - |
| HSV(B) | 65.25º | 0.33% | 0.95% | - |
| XYZ | 73.25 | 84.58 | 47.11 | - |
| YUV | 231.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 163 | 0.03 | 0 | 0.33 | 0.05 | 65.25 | 0.77 | 0.8 |
| Hex | EC | F3 | A3 | 3 | 0 | 21 | 5 | 41 | 4D | 50 |
| Octal | 354 | 363 | 243 | 3 | 0 | 41 | 5 | 101 | 115 | 120 |
| Binary | 11101100 | 11110011 | 10100011 | 11 | 0 | 100001 | 101 | 1000001 | 1001101 | 1010000 |
Color Harmonies of #ECF3A3
Complementary color
Monochromatic Colors of #ECF3A3
Black with #ECF3A3
Text Example
Text Example
White with #ECF3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3A3; }
p { color: rgb(236,243,163); }
H1.HeaderClassName
{
color: #ECF3A3;
}
.AnyTagClassName
{
color: #ECF3A3;
}
</style>
background-color css
<style>
a { background-color: #ECF3A3; }
a { background-color: rgb(236,243,163); }
div.DivClassName
{
background-color: #ECF3A3;
}
.BgClassName
{
background-color: #ECF3A3;
}
</style>
border-color css
<style>
span { border-color: #ECF3A3; }
span { border-color: rgb(236,243,163); }
td.TdClassName
{
border-color: #ECF3A3;
}
.TagClassName
{
border-color: #ECF3A3;
}
</style>