Shades of Australian Mint #ECF9AD
Tints of Australian Mint #ECF9AD
RGB
CMYK
RGB Variations
Color information
#ECF9AD (or 0xECF9AD) is known color: Australian Mint. HEX triplet: EC, F9 and AD. RGB value is (236,249,173). Sum of RGB (Red+Green+Blue) = 236+249+173=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 249 (97.66% from 255 or 37.84% from 658); Blue value is 173 (67.97% from 255 or 26.29% from 658); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF9AD is #130652. Grayscale: #ECECEC. Windows color (decimal): -1246803 or 11401708. OLE color: 11401708.
HSL color Cylindrical-coordinate representation of color #ECF9AD: hue angle of 70.26º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECF9AD is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 173 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.02 |
| HSL | 70.26º | 0.86% | 0.83% | - |
| HSV(B) | 70.26º | 0.31% | 0.98% | - |
| XYZ | 76.01 | 88.6 | 52.63 | - |
| YUV | 236.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 173 | 0.05 | 0 | 0.31 | 0.02 | 70.26 | 0.86 | 0.83 |
| Hex | EC | F9 | AD | 5 | 0 | 1F | 2 | 46 | 56 | 53 |
| Octal | 354 | 371 | 255 | 5 | 0 | 37 | 2 | 106 | 126 | 123 |
| Binary | 11101100 | 11111001 | 10101101 | 101 | 0 | 11111 | 10 | 1000110 | 1010110 | 1010011 |
Color Harmonies of #ECF9AD
Complementary color
Monochromatic Colors of #ECF9AD
Black with #ECF9AD
Text Example
Text Example
White with #ECF9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9AD; }
p { color: rgb(236,249,173); }
H1.HeaderClassName
{
color: #ECF9AD;
}
.AnyTagClassName
{
color: #ECF9AD;
}
</style>
background-color css
<style>
a { background-color: #ECF9AD; }
a { background-color: rgb(236,249,173); }
div.DivClassName
{
background-color: #ECF9AD;
}
.BgClassName
{
background-color: #ECF9AD;
}
</style>
border-color css
<style>
span { border-color: #ECF9AD; }
span { border-color: rgb(236,249,173); }
td.TdClassName
{
border-color: #ECF9AD;
}
.TagClassName
{
border-color: #ECF9AD;
}
</style>