Shades of Australian Mint #ECFEAA
Tints of Australian Mint #ECFEAA
RGB
CMYK
RGB Variations
Color information
#ECFEAA (or 0xECFEAA) is known color: Australian Mint. HEX triplet: EC, FE and AA. RGB value is (236,254,170). Sum of RGB (Red+Green+Blue) = 236+254+170=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 170 (66.80% from 255 or 25.76% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFEAA is #130155. Grayscale: #EFEFEF. Windows color (decimal): -1245526 or 11206380. OLE color: 11206380.
HSL color Cylindrical-coordinate representation of color #ECFEAA: hue angle of 72.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECFEAA is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 170 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.00 |
| HSL | 72.86º | 0.98% | 0.83% | - |
| HSV(B) | 72.86º | 0.33% | 1% | - |
| XYZ | 77.29 | 91.62 | 51.64 | - |
| YUV | 239.04 | 89.04 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 170 | 0.07 | 0 | 0.33 | 0.00 | 72.86 | 0.98 | 0.83 |
| Hex | EC | FE | AA | 7 | 0 | 21 | 0 | 49 | 62 | 53 |
| Octal | 354 | 376 | 252 | 7 | 0 | 41 | 0 | 111 | 142 | 123 |
| Binary | 11101100 | 11111110 | 10101010 | 111 | 0 | 100001 | 0 | 1001001 | 1100010 | 1010011 |
Color Harmonies of #ECFEAA
Complementary color
Monochromatic Colors of #ECFEAA
Black with #ECFEAA
Text Example
Text Example
White with #ECFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFEAA; }
p { color: rgb(236,254,170); }
H1.HeaderClassName
{
color: #ECFEAA;
}
.AnyTagClassName
{
color: #ECFEAA;
}
</style>
background-color css
<style>
a { background-color: #ECFEAA; }
a { background-color: rgb(236,254,170); }
div.DivClassName
{
background-color: #ECFEAA;
}
.BgClassName
{
background-color: #ECFEAA;
}
</style>
border-color css
<style>
span { border-color: #ECFEAA; }
span { border-color: rgb(236,254,170); }
td.TdClassName
{
border-color: #ECFEAA;
}
.TagClassName
{
border-color: #ECFEAA;
}
</style>