Shades of Australian Mint #ECF3AD
Tints of Australian Mint #ECF3AD
RGB
CMYK
RGB Variations
Color information
#ECF3AD (or 0xECF3AD) is known color: Australian Mint. HEX triplet: EC, F3 and AD. RGB value is (236,243,173). Sum of RGB (Red+Green+Blue) = 236+243+173=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 173 (67.97% from 255 or 26.53% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF3AD is #130C52. Grayscale: #E9E9E9. Windows color (decimal): -1248339 or 11400172. OLE color: 11400172.
HSL color Cylindrical-coordinate representation of color #ECF3AD: hue angle of 66º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECF3AD is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 173 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.05 |
| HSL | 66º | 0.74% | 0.82% | - |
| HSV(B) | 66º | 0.29% | 0.95% | - |
| XYZ | 74.19 | 84.95 | 52.02 | - |
| YUV | 232.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 173 | 0.03 | 0 | 0.29 | 0.05 | 66 | 0.74 | 0.82 |
| Hex | EC | F3 | AD | 3 | 0 | 1D | 5 | 42 | 4A | 52 |
| Octal | 354 | 363 | 255 | 3 | 0 | 35 | 5 | 102 | 112 | 122 |
| Binary | 11101100 | 11110011 | 10101101 | 11 | 0 | 11101 | 101 | 1000010 | 1001010 | 1010010 |
Color Harmonies of #ECF3AD
Complementary color
Monochromatic Colors of #ECF3AD
Black with #ECF3AD
Text Example
Text Example
White with #ECF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3AD; }
p { color: rgb(236,243,173); }
H1.HeaderClassName
{
color: #ECF3AD;
}
.AnyTagClassName
{
color: #ECF3AD;
}
</style>
background-color css
<style>
a { background-color: #ECF3AD; }
a { background-color: rgb(236,243,173); }
div.DivClassName
{
background-color: #ECF3AD;
}
.BgClassName
{
background-color: #ECF3AD;
}
</style>
border-color css
<style>
span { border-color: #ECF3AD; }
span { border-color: rgb(236,243,173); }
td.TdClassName
{
border-color: #ECF3AD;
}
.TagClassName
{
border-color: #ECF3AD;
}
</style>