Shades of Australian Mint #ECFFAD
Tints of Australian Mint #ECFFAD
RGB
CMYK
RGB Variations
Color information
#ECFFAD (or 0xECFFAD) is known color: Australian Mint. HEX triplet: EC, FF and AD. RGB value is (236,255,173). Sum of RGB (Red+Green+Blue) = 236+255+173=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 173 (67.97% from 255 or 26.05% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFAD is #130052. Grayscale: #F0F0F0. Windows color (decimal): -1245267 or 11403244. OLE color: 11403244.
HSL color Cylindrical-coordinate representation of color #ECFFAD: hue angle of 73.9º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECFFAD is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 173 | - |
| CMYK | 0.07 | 0 | 0.32 | 0 |
| HSL | 73.9º | 1% | 0.84% | - |
| HSV(B) | 73.9º | 0.32% | 1% | - |
| XYZ | 77.89 | 92.37 | 53.26 | - |
| YUV | 239.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 173 | 0.07 | 0 | 0.32 | 0 | 73.9 | 1 | 0.84 |
| Hex | EC | FF | AD | 7 | 0 | 20 | 0 | 4A | 64 | 54 |
| Octal | 354 | 377 | 255 | 7 | 0 | 40 | 0 | 112 | 144 | 124 |
| Binary | 11101100 | 11111111 | 10101101 | 111 | 0 | 100000 | 0 | 1001010 | 1100100 | 1010100 |
Color Harmonies of #ECFFAD
Complementary color
Monochromatic Colors of #ECFFAD
Black with #ECFFAD
Text Example
Text Example
White with #ECFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFAD; }
p { color: rgb(236,255,173); }
H1.HeaderClassName
{
color: #ECFFAD;
}
.AnyTagClassName
{
color: #ECFFAD;
}
</style>
background-color css
<style>
a { background-color: #ECFFAD; }
a { background-color: rgb(236,255,173); }
div.DivClassName
{
background-color: #ECFFAD;
}
.BgClassName
{
background-color: #ECFFAD;
}
</style>
border-color css
<style>
span { border-color: #ECFFAD; }
span { border-color: rgb(236,255,173); }
td.TdClassName
{
border-color: #ECFFAD;
}
.TagClassName
{
border-color: #ECFFAD;
}
</style>