Shades of Australian Mint #ECFAB1
Tints of Australian Mint #ECFAB1
RGB
CMYK
RGB Variations
Color information
#ECFAB1 (or 0xECFAB1) is known color: Australian Mint. HEX triplet: EC, FA and B1. RGB value is (236,250,177). Sum of RGB (Red+Green+Blue) = 236+250+177=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 177 (69.53% from 255 or 26.70% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFAB1 is #13054E. Grayscale: #EDEDED. Windows color (decimal): -1246543 or 11664108. OLE color: 11664108.
HSL color Cylindrical-coordinate representation of color #ECFAB1: hue angle of 71.51º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECFAB1 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 177 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.02 |
| HSL | 71.51º | 0.88% | 0.84% | - |
| HSV(B) | 71.51º | 0.29% | 0.98% | - |
| XYZ | 76.71 | 89.38 | 54.8 | - |
| YUV | 237.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 177 | 0.06 | 0 | 0.29 | 0.02 | 71.51 | 0.88 | 0.84 |
| Hex | EC | FA | B1 | 6 | 0 | 1D | 2 | 48 | 58 | 54 |
| Octal | 354 | 372 | 261 | 6 | 0 | 35 | 2 | 110 | 130 | 124 |
| Binary | 11101100 | 11111010 | 10110001 | 110 | 0 | 11101 | 10 | 1001000 | 1011000 | 1010100 |
Color Harmonies of #ECFAB1
Complementary color
Monochromatic Colors of #ECFAB1
Black with #ECFAB1
Text Example
Text Example
White with #ECFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAB1; }
p { color: rgb(236,250,177); }
H1.HeaderClassName
{
color: #ECFAB1;
}
.AnyTagClassName
{
color: #ECFAB1;
}
</style>
background-color css
<style>
a { background-color: #ECFAB1; }
a { background-color: rgb(236,250,177); }
div.DivClassName
{
background-color: #ECFAB1;
}
.BgClassName
{
background-color: #ECFAB1;
}
</style>
border-color css
<style>
span { border-color: #ECFAB1; }
span { border-color: rgb(236,250,177); }
td.TdClassName
{
border-color: #ECFAB1;
}
.TagClassName
{
border-color: #ECFAB1;
}
</style>