Shades of Australian Mint #ECF9A3
Tints of Australian Mint #ECF9A3
RGB
CMYK
RGB Variations
Color information
#ECF9A3 (or 0xECF9A3) is known color: Australian Mint. HEX triplet: EC, F9 and A3. RGB value is (236,249,163). Sum of RGB (Red+Green+Blue) = 236+249+163=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 163 (64.06% from 255 or 25.15% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF9A3 is #13065C. Grayscale: #EBEBEB. Windows color (decimal): -1246813 or 10746348. OLE color: 10746348.
HSL color Cylindrical-coordinate representation of color #ECF9A3: hue angle of 69.07º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECF9A3 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 163 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.02 |
| HSL | 69.07º | 0.88% | 0.81% | - |
| HSV(B) | 69.07º | 0.35% | 0.98% | - |
| XYZ | 75.08 | 88.23 | 47.72 | - |
| YUV | 235.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 163 | 0.05 | 0 | 0.35 | 0.02 | 69.07 | 0.88 | 0.81 |
| Hex | EC | F9 | A3 | 5 | 0 | 23 | 2 | 45 | 58 | 51 |
| Octal | 354 | 371 | 243 | 5 | 0 | 43 | 2 | 105 | 130 | 121 |
| Binary | 11101100 | 11111001 | 10100011 | 101 | 0 | 100011 | 10 | 1000101 | 1011000 | 1010001 |
Color Harmonies of #ECF9A3
Complementary color
Monochromatic Colors of #ECF9A3
Black with #ECF9A3
Text Example
Text Example
White with #ECF9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9A3; }
p { color: rgb(236,249,163); }
H1.HeaderClassName
{
color: #ECF9A3;
}
.AnyTagClassName
{
color: #ECF9A3;
}
</style>
background-color css
<style>
a { background-color: #ECF9A3; }
a { background-color: rgb(236,249,163); }
div.DivClassName
{
background-color: #ECF9A3;
}
.BgClassName
{
background-color: #ECF9A3;
}
</style>
border-color css
<style>
span { border-color: #ECF9A3; }
span { border-color: rgb(236,249,163); }
td.TdClassName
{
border-color: #ECF9A3;
}
.TagClassName
{
border-color: #ECF9A3;
}
</style>