Shades of Australian Mint #ECF99E
Tints of Australian Mint #ECF99E
RGB
CMYK
RGB Variations
Color information
#ECF99E (or 0xECF99E) is known color: Australian Mint. HEX triplet: EC, F9 and 9E. RGB value is (236,249,158). Sum of RGB (Red+Green+Blue) = 236+249+158=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 158 (62.11% from 255 or 24.57% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF99E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF99E is #130661. Grayscale: #EBEBEB. Windows color (decimal): -1246818 or 10418668. OLE color: 10418668.
HSL color Cylindrical-coordinate representation of color #ECF99E: hue angle of 68.57º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECF99E is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 158 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.02 |
| HSL | 68.57º | 0.88% | 0.8% | - |
| HSV(B) | 68.57º | 0.37% | 0.98% | - |
| XYZ | 74.64 | 88.05 | 45.41 | - |
| YUV | 234.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 158 | 0.05 | 0 | 0.37 | 0.02 | 68.57 | 0.88 | 0.8 |
| Hex | EC | F9 | 9E | 5 | 0 | 25 | 2 | 45 | 58 | 50 |
| Octal | 354 | 371 | 236 | 5 | 0 | 45 | 2 | 105 | 130 | 120 |
| Binary | 11101100 | 11111001 | 10011110 | 101 | 0 | 100101 | 10 | 1000101 | 1011000 | 1010000 |
Color Harmonies of #ECF99E
Complementary color
Monochromatic Colors of #ECF99E
Black with #ECF99E
Text Example
Text Example
White with #ECF99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF99E; }
p { color: rgb(236,249,158); }
H1.HeaderClassName
{
color: #ECF99E;
}
.AnyTagClassName
{
color: #ECF99E;
}
</style>
background-color css
<style>
a { background-color: #ECF99E; }
a { background-color: rgb(236,249,158); }
div.DivClassName
{
background-color: #ECF99E;
}
.BgClassName
{
background-color: #ECF99E;
}
</style>
border-color css
<style>
span { border-color: #ECF99E; }
span { border-color: rgb(236,249,158); }
td.TdClassName
{
border-color: #ECF99E;
}
.TagClassName
{
border-color: #ECF99E;
}
</style>