Shades of Australian Mint #ECFDAA
Tints of Australian Mint #ECFDAA
RGB
CMYK
RGB Variations
Color information
#ECFDAA (or 0xECFDAA) is known color: Australian Mint. HEX triplet: EC, FD and AA. RGB value is (236,253,170). Sum of RGB (Red+Green+Blue) = 236+253+170=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 170 (66.80% from 255 or 25.80% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFDAA is #130255. Grayscale: #EEEEEE. Windows color (decimal): -1245782 or 11206124. OLE color: 11206124.
HSL color Cylindrical-coordinate representation of color #ECFDAA: hue angle of 72.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECFDAA is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 170 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.01 |
| HSL | 72.29º | 0.95% | 0.83% | - |
| HSV(B) | 72.29º | 0.33% | 0.99% | - |
| XYZ | 76.97 | 90.99 | 51.54 | - |
| YUV | 238.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 170 | 0.07 | 0 | 0.33 | 0.01 | 72.29 | 0.95 | 0.83 |
| Hex | EC | FD | AA | 7 | 0 | 21 | 1 | 48 | 5F | 53 |
| Octal | 354 | 375 | 252 | 7 | 0 | 41 | 1 | 110 | 137 | 123 |
| Binary | 11101100 | 11111101 | 10101010 | 111 | 0 | 100001 | 1 | 1001000 | 1011111 | 1010011 |
Color Harmonies of #ECFDAA
Complementary color
Monochromatic Colors of #ECFDAA
Black with #ECFDAA
Text Example
Text Example
White with #ECFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDAA; }
p { color: rgb(236,253,170); }
H1.HeaderClassName
{
color: #ECFDAA;
}
.AnyTagClassName
{
color: #ECFDAA;
}
</style>
background-color css
<style>
a { background-color: #ECFDAA; }
a { background-color: rgb(236,253,170); }
div.DivClassName
{
background-color: #ECFDAA;
}
.BgClassName
{
background-color: #ECFDAA;
}
</style>
border-color css
<style>
span { border-color: #ECFDAA; }
span { border-color: rgb(236,253,170); }
td.TdClassName
{
border-color: #ECFDAA;
}
.TagClassName
{
border-color: #ECFDAA;
}
</style>