Shades of Australian Mint #ECF8A3
Tints of Australian Mint #ECF8A3
RGB
CMYK
RGB Variations
Color information
#ECF8A3 (or 0xECF8A3) is known color: Australian Mint. HEX triplet: EC, F8 and A3. RGB value is (236,248,163). Sum of RGB (Red+Green+Blue) = 236+248+163=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 163 (64.06% from 255 or 25.19% from 647); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF8A3 is #13075C. Grayscale: #EBEBEB. Windows color (decimal): -1247069 or 10746092. OLE color: 10746092.
HSL color Cylindrical-coordinate representation of color #ECF8A3: hue angle of 68.47º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECF8A3 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 163 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.03 |
| HSL | 68.47º | 0.86% | 0.81% | - |
| HSV(B) | 68.47º | 0.34% | 0.97% | - |
| XYZ | 74.77 | 87.61 | 47.62 | - |
| YUV | 234.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 163 | 0.05 | 0 | 0.34 | 0.03 | 68.47 | 0.86 | 0.81 |
| Hex | EC | F8 | A3 | 5 | 0 | 22 | 3 | 44 | 56 | 51 |
| Octal | 354 | 370 | 243 | 5 | 0 | 42 | 3 | 104 | 126 | 121 |
| Binary | 11101100 | 11111000 | 10100011 | 101 | 0 | 100010 | 11 | 1000100 | 1010110 | 1010001 |
Color Harmonies of #ECF8A3
Complementary color
Monochromatic Colors of #ECF8A3
Black with #ECF8A3
Text Example
Text Example
White with #ECF8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8A3; }
p { color: rgb(236,248,163); }
H1.HeaderClassName
{
color: #ECF8A3;
}
.AnyTagClassName
{
color: #ECF8A3;
}
</style>
background-color css
<style>
a { background-color: #ECF8A3; }
a { background-color: rgb(236,248,163); }
div.DivClassName
{
background-color: #ECF8A3;
}
.BgClassName
{
background-color: #ECF8A3;
}
</style>
border-color css
<style>
span { border-color: #ECF8A3; }
span { border-color: rgb(236,248,163); }
td.TdClassName
{
border-color: #ECF8A3;
}
.TagClassName
{
border-color: #ECF8A3;
}
</style>