Shades of Australian Mint #ECF3A4
Tints of Australian Mint #ECF3A4
RGB
CMYK
RGB Variations
Color information
#ECF3A4 (or 0xECF3A4) is known color: Australian Mint. HEX triplet: EC, F3 and A4. RGB value is (236,243,164). Sum of RGB (Red+Green+Blue) = 236+243+164=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 164 (64.45% from 255 or 25.51% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF3A4 is #130C5B. Grayscale: #E8E8E8. Windows color (decimal): -1248348 or 10810348. OLE color: 10810348.
HSL color Cylindrical-coordinate representation of color #ECF3A4: hue angle of 65.32º 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 #ECF3A4 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 164 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.05 |
| HSL | 65.32º | 0.77% | 0.8% | - |
| HSV(B) | 65.32º | 0.33% | 0.95% | - |
| XYZ | 73.34 | 84.61 | 47.59 | - |
| YUV | 231.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 164 | 0.03 | 0 | 0.33 | 0.05 | 65.32 | 0.77 | 0.8 |
| Hex | EC | F3 | A4 | 3 | 0 | 21 | 5 | 41 | 4D | 50 |
| Octal | 354 | 363 | 244 | 3 | 0 | 41 | 5 | 101 | 115 | 120 |
| Binary | 11101100 | 11110011 | 10100100 | 11 | 0 | 100001 | 101 | 1000001 | 1001101 | 1010000 |
Color Harmonies of #ECF3A4
Complementary color
Monochromatic Colors of #ECF3A4
Black with #ECF3A4
Text Example
Text Example
White with #ECF3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3A4; }
p { color: rgb(236,243,164); }
H1.HeaderClassName
{
color: #ECF3A4;
}
.AnyTagClassName
{
color: #ECF3A4;
}
</style>
background-color css
<style>
a { background-color: #ECF3A4; }
a { background-color: rgb(236,243,164); }
div.DivClassName
{
background-color: #ECF3A4;
}
.BgClassName
{
background-color: #ECF3A4;
}
</style>
border-color css
<style>
span { border-color: #ECF3A4; }
span { border-color: rgb(236,243,164); }
td.TdClassName
{
border-color: #ECF3A4;
}
.TagClassName
{
border-color: #ECF3A4;
}
</style>