Shades of Australian Mint #ECF5B0
Tints of Australian Mint #ECF5B0
RGB
CMYK
RGB Variations
Color information
#ECF5B0 (or 0xECF5B0) is known color: Australian Mint. HEX triplet: EC, F5 and B0. RGB value is (236,245,176). Sum of RGB (Red+Green+Blue) = 236+245+176=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 176 (69.14% from 255 or 26.79% from 657); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF5B0 is #130A4F. Grayscale: #EAEAEA. Windows color (decimal): -1247824 or 11597292. OLE color: 11597292.
HSL color Cylindrical-coordinate representation of color #ECF5B0: hue angle of 67.83º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECF5B0 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 176 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.04 |
| HSL | 67.83º | 0.78% | 0.83% | - |
| HSV(B) | 67.83º | 0.28% | 0.96% | - |
| XYZ | 75.08 | 86.27 | 53.77 | - |
| YUV | 234.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 176 | 0.04 | 0 | 0.28 | 0.04 | 67.83 | 0.78 | 0.83 |
| Hex | EC | F5 | B0 | 4 | 0 | 1C | 4 | 44 | 4E | 53 |
| Octal | 354 | 365 | 260 | 4 | 0 | 34 | 4 | 104 | 116 | 123 |
| Binary | 11101100 | 11110101 | 10110000 | 100 | 0 | 11100 | 100 | 1000100 | 1001110 | 1010011 |
Color Harmonies of #ECF5B0
Complementary color
Monochromatic Colors of #ECF5B0
Black with #ECF5B0
Text Example
Text Example
White with #ECF5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5B0; }
p { color: rgb(236,245,176); }
H1.HeaderClassName
{
color: #ECF5B0;
}
.AnyTagClassName
{
color: #ECF5B0;
}
</style>
background-color css
<style>
a { background-color: #ECF5B0; }
a { background-color: rgb(236,245,176); }
div.DivClassName
{
background-color: #ECF5B0;
}
.BgClassName
{
background-color: #ECF5B0;
}
</style>
border-color css
<style>
span { border-color: #ECF5B0; }
span { border-color: rgb(236,245,176); }
td.TdClassName
{
border-color: #ECF5B0;
}
.TagClassName
{
border-color: #ECF5B0;
}
</style>