Shades of Australian Mint #ECFAAF
Tints of Australian Mint #ECFAAF
RGB
CMYK
RGB Variations
Color information
#ECFAAF (or 0xECFAAF) is known color: Australian Mint. HEX triplet: EC, FA and AF. RGB value is (236,250,175). Sum of RGB (Red+Green+Blue) = 236+250+175=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 175 (68.75% from 255 or 26.48% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFAAF is #130550. Grayscale: #EDEDED. Windows color (decimal): -1246545 or 11533036. OLE color: 11533036.
HSL color Cylindrical-coordinate representation of color #ECFAAF: hue angle of 71.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECFAAF is Cyan = 0.06, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 175 | - |
| CMYK | 0.06 | 0 | 0.3 | 0.02 |
| HSL | 71.2º | 0.88% | 0.83% | - |
| HSV(B) | 71.2º | 0.3% | 0.98% | - |
| XYZ | 76.52 | 89.3 | 53.76 | - |
| YUV | 237.26 | 92.86 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 175 | 0.06 | 0 | 0.3 | 0.02 | 71.2 | 0.88 | 0.83 |
| Hex | EC | FA | AF | 6 | 0 | 1E | 2 | 47 | 58 | 53 |
| Octal | 354 | 372 | 257 | 6 | 0 | 36 | 2 | 107 | 130 | 123 |
| Binary | 11101100 | 11111010 | 10101111 | 110 | 0 | 11110 | 10 | 1000111 | 1011000 | 1010011 |
Color Harmonies of #ECFAAF
Complementary color
Monochromatic Colors of #ECFAAF
Black with #ECFAAF
Text Example
Text Example
White with #ECFAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAAF; }
p { color: rgb(236,250,175); }
H1.HeaderClassName
{
color: #ECFAAF;
}
.AnyTagClassName
{
color: #ECFAAF;
}
</style>
background-color css
<style>
a { background-color: #ECFAAF; }
a { background-color: rgb(236,250,175); }
div.DivClassName
{
background-color: #ECFAAF;
}
.BgClassName
{
background-color: #ECFAAF;
}
</style>
border-color css
<style>
span { border-color: #ECFAAF; }
span { border-color: rgb(236,250,175); }
td.TdClassName
{
border-color: #ECFAAF;
}
.TagClassName
{
border-color: #ECFAAF;
}
</style>