Shades of Australian Mint #ECF99F
Tints of Australian Mint #ECF99F
RGB
CMYK
RGB Variations
Color information
#ECF99F (or 0xECF99F) is known color: Australian Mint. HEX triplet: EC, F9 and 9F. RGB value is (236,249,159). Sum of RGB (Red+Green+Blue) = 236+249+159=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 159 (62.5% from 255 or 24.69% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF99F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF99F is #130660. Grayscale: #EBEBEB. Windows color (decimal): -1246817 or 10484204. OLE color: 10484204.
HSL color Cylindrical-coordinate representation of color #ECF99F: hue angle of 68.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECF99F is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 159 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.02 |
| HSL | 68.67º | 0.88% | 0.8% | - |
| HSV(B) | 68.67º | 0.36% | 0.98% | - |
| XYZ | 74.73 | 88.09 | 45.87 | - |
| YUV | 234.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 159 | 0.05 | 0 | 0.36 | 0.02 | 68.67 | 0.88 | 0.8 |
| Hex | EC | F9 | 9F | 5 | 0 | 24 | 2 | 45 | 58 | 50 |
| Octal | 354 | 371 | 237 | 5 | 0 | 44 | 2 | 105 | 130 | 120 |
| Binary | 11101100 | 11111001 | 10011111 | 101 | 0 | 100100 | 10 | 1000101 | 1011000 | 1010000 |
Color Harmonies of #ECF99F
Complementary color
Monochromatic Colors of #ECF99F
Black with #ECF99F
Text Example
Text Example
White with #ECF99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF99F; }
p { color: rgb(236,249,159); }
H1.HeaderClassName
{
color: #ECF99F;
}
.AnyTagClassName
{
color: #ECF99F;
}
</style>
background-color css
<style>
a { background-color: #ECF99F; }
a { background-color: rgb(236,249,159); }
div.DivClassName
{
background-color: #ECF99F;
}
.BgClassName
{
background-color: #ECF99F;
}
</style>
border-color css
<style>
span { border-color: #ECF99F; }
span { border-color: rgb(236,249,159); }
td.TdClassName
{
border-color: #ECF99F;
}
.TagClassName
{
border-color: #ECF99F;
}
</style>