Shades of Australian Mint #ECFBA5
Tints of Australian Mint #ECFBA5
RGB
CMYK
RGB Variations
Color information
#ECFBA5 (or 0xECFBA5) is known color: Australian Mint. HEX triplet: EC, FB and A5. RGB value is (236,251,165). Sum of RGB (Red+Green+Blue) = 236+251+165=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 165 (64.84% from 255 or 25.31% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFBA5 is #13045A. Grayscale: #EDEDED. Windows color (decimal): -1246299 or 10877932. OLE color: 10877932.
HSL color Cylindrical-coordinate representation of color #ECFBA5: hue angle of 70.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECFBA5 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 165 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.02 |
| HSL | 70.47º | 0.91% | 0.82% | - |
| HSV(B) | 70.47º | 0.34% | 0.98% | - |
| XYZ | 75.88 | 89.54 | 48.88 | - |
| YUV | 236.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 165 | 0.06 | 0 | 0.34 | 0.02 | 70.47 | 0.91 | 0.82 |
| Hex | EC | FB | A5 | 6 | 0 | 22 | 2 | 46 | 5B | 52 |
| Octal | 354 | 373 | 245 | 6 | 0 | 42 | 2 | 106 | 133 | 122 |
| Binary | 11101100 | 11111011 | 10100101 | 110 | 0 | 100010 | 10 | 1000110 | 1011011 | 1010010 |
Color Harmonies of #ECFBA5
Complementary color
Monochromatic Colors of #ECFBA5
Black with #ECFBA5
Text Example
Text Example
White with #ECFBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBA5; }
p { color: rgb(236,251,165); }
H1.HeaderClassName
{
color: #ECFBA5;
}
.AnyTagClassName
{
color: #ECFBA5;
}
</style>
background-color css
<style>
a { background-color: #ECFBA5; }
a { background-color: rgb(236,251,165); }
div.DivClassName
{
background-color: #ECFBA5;
}
.BgClassName
{
background-color: #ECFBA5;
}
</style>
border-color css
<style>
span { border-color: #ECFBA5; }
span { border-color: rgb(236,251,165); }
td.TdClassName
{
border-color: #ECFBA5;
}
.TagClassName
{
border-color: #ECFBA5;
}
</style>