Shades of Australian Mint #ECF9B1
Tints of Australian Mint #ECF9B1
RGB
CMYK
RGB Variations
Color information
#ECF9B1 (or 0xECF9B1) is known color: Australian Mint. HEX triplet: EC, F9 and B1. RGB value is (236,249,177). Sum of RGB (Red+Green+Blue) = 236+249+177=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 177 (69.53% from 255 or 26.74% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF9B1 is #13064E. Grayscale: #EDEDED. Windows color (decimal): -1246799 or 11663852. OLE color: 11663852.
HSL color Cylindrical-coordinate representation of color #ECF9B1: hue angle of 70.83º degrees, saturation: 0.86, 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 #ECF9B1 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 177 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.02 |
| HSL | 70.83º | 0.86% | 0.84% | - |
| HSV(B) | 70.83º | 0.29% | 0.98% | - |
| XYZ | 76.4 | 88.76 | 54.7 | - |
| YUV | 236.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 177 | 0.05 | 0 | 0.29 | 0.02 | 70.83 | 0.86 | 0.84 |
| Hex | EC | F9 | B1 | 5 | 0 | 1D | 2 | 47 | 56 | 54 |
| Octal | 354 | 371 | 261 | 5 | 0 | 35 | 2 | 107 | 126 | 124 |
| Binary | 11101100 | 11111001 | 10110001 | 101 | 0 | 11101 | 10 | 1000111 | 1010110 | 1010100 |
Color Harmonies of #ECF9B1
Complementary color
Monochromatic Colors of #ECF9B1
Black with #ECF9B1
Text Example
Text Example
White with #ECF9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9B1; }
p { color: rgb(236,249,177); }
H1.HeaderClassName
{
color: #ECF9B1;
}
.AnyTagClassName
{
color: #ECF9B1;
}
</style>
background-color css
<style>
a { background-color: #ECF9B1; }
a { background-color: rgb(236,249,177); }
div.DivClassName
{
background-color: #ECF9B1;
}
.BgClassName
{
background-color: #ECF9B1;
}
</style>
border-color css
<style>
span { border-color: #ECF9B1; }
span { border-color: rgb(236,249,177); }
td.TdClassName
{
border-color: #ECF9B1;
}
.TagClassName
{
border-color: #ECF9B1;
}
</style>