Shades of Australian Mint #ECFDA5
Tints of Australian Mint #ECFDA5
RGB
CMYK
RGB Variations
Color information
#ECFDA5 (or 0xECFDA5) is known color: Australian Mint. HEX triplet: EC, FD and A5. RGB value is (236,253,165). Sum of RGB (Red+Green+Blue) = 236+253+165=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 165 (64.84% from 255 or 25.23% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFDA5 is #13025A. Grayscale: #EEEEEE. Windows color (decimal): -1245787 or 10878444. OLE color: 10878444.
HSL color Cylindrical-coordinate representation of color #ECFDA5: hue angle of 71.59º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECFDA5 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 165 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.01 |
| HSL | 71.59º | 0.96% | 0.82% | - |
| HSV(B) | 71.59º | 0.35% | 0.99% | - |
| XYZ | 76.51 | 90.8 | 49.09 | - |
| YUV | 237.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 165 | 0.07 | 0 | 0.35 | 0.01 | 71.59 | 0.96 | 0.82 |
| Hex | EC | FD | A5 | 7 | 0 | 23 | 1 | 48 | 60 | 52 |
| Octal | 354 | 375 | 245 | 7 | 0 | 43 | 1 | 110 | 140 | 122 |
| Binary | 11101100 | 11111101 | 10100101 | 111 | 0 | 100011 | 1 | 1001000 | 1100000 | 1010010 |
Color Harmonies of #ECFDA5
Complementary color
Monochromatic Colors of #ECFDA5
Black with #ECFDA5
Text Example
Text Example
White with #ECFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDA5; }
p { color: rgb(236,253,165); }
H1.HeaderClassName
{
color: #ECFDA5;
}
.AnyTagClassName
{
color: #ECFDA5;
}
</style>
background-color css
<style>
a { background-color: #ECFDA5; }
a { background-color: rgb(236,253,165); }
div.DivClassName
{
background-color: #ECFDA5;
}
.BgClassName
{
background-color: #ECFDA5;
}
</style>
border-color css
<style>
span { border-color: #ECFDA5; }
span { border-color: rgb(236,253,165); }
td.TdClassName
{
border-color: #ECFDA5;
}
.TagClassName
{
border-color: #ECFDA5;
}
</style>