Shades of Australian Mint #ECF7AD
Tints of Australian Mint #ECF7AD
RGB
CMYK
RGB Variations
Color information
#ECF7AD (or 0xECF7AD) is known color: Australian Mint. HEX triplet: EC, F7 and AD. RGB value is (236,247,173). Sum of RGB (Red+Green+Blue) = 236+247+173=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 173 (67.97% from 255 or 26.37% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF7AD is #130852. Grayscale: #EBEBEB. Windows color (decimal): -1247315 or 11401196. OLE color: 11401196.
HSL color Cylindrical-coordinate representation of color #ECF7AD: hue angle of 68.92º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECF7AD is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 173 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.03 |
| HSL | 68.92º | 0.82% | 0.82% | - |
| HSV(B) | 68.92º | 0.3% | 0.97% | - |
| XYZ | 75.4 | 87.37 | 52.43 | - |
| YUV | 235.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 173 | 0.04 | 0 | 0.30 | 0.03 | 68.92 | 0.82 | 0.82 |
| Hex | EC | F7 | AD | 4 | 0 | 1E | 3 | 45 | 52 | 52 |
| Octal | 354 | 367 | 255 | 4 | 0 | 36 | 3 | 105 | 122 | 122 |
| Binary | 11101100 | 11110111 | 10101101 | 100 | 0 | 11110 | 11 | 1000101 | 1010010 | 1010010 |
Color Harmonies of #ECF7AD
Complementary color
Monochromatic Colors of #ECF7AD
Black with #ECF7AD
Text Example
Text Example
White with #ECF7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF7AD; }
p { color: rgb(236,247,173); }
H1.HeaderClassName
{
color: #ECF7AD;
}
.AnyTagClassName
{
color: #ECF7AD;
}
</style>
background-color css
<style>
a { background-color: #ECF7AD; }
a { background-color: rgb(236,247,173); }
div.DivClassName
{
background-color: #ECF7AD;
}
.BgClassName
{
background-color: #ECF7AD;
}
</style>
border-color css
<style>
span { border-color: #ECF7AD; }
span { border-color: rgb(236,247,173); }
td.TdClassName
{
border-color: #ECF7AD;
}
.TagClassName
{
border-color: #ECF7AD;
}
</style>