Shades of Australian Mint #ECF6AF
Tints of Australian Mint #ECF6AF
RGB
CMYK
RGB Variations
Color information
#ECF6AF (or 0xECF6AF) is known color: Australian Mint. HEX triplet: EC, F6 and AF. RGB value is (236,246,175). Sum of RGB (Red+Green+Blue) = 236+246+175=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 175 (68.75% from 255 or 26.64% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF6AF is #130950. Grayscale: #EBEBEB. Windows color (decimal): -1247569 or 11532012. OLE color: 11532012.
HSL color Cylindrical-coordinate representation of color #ECF6AF: hue angle of 68.45º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECF6AF is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 175 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.04 |
| HSL | 68.45º | 0.8% | 0.83% | - |
| HSV(B) | 68.45º | 0.29% | 0.96% | - |
| XYZ | 75.29 | 86.84 | 53.35 | - |
| YUV | 234.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 175 | 0.04 | 0 | 0.29 | 0.04 | 68.45 | 0.8 | 0.83 |
| Hex | EC | F6 | AF | 4 | 0 | 1D | 4 | 44 | 50 | 53 |
| Octal | 354 | 366 | 257 | 4 | 0 | 35 | 4 | 104 | 120 | 123 |
| Binary | 11101100 | 11110110 | 10101111 | 100 | 0 | 11101 | 100 | 1000100 | 1010000 | 1010011 |
Color Harmonies of #ECF6AF
Complementary color
Monochromatic Colors of #ECF6AF
Black with #ECF6AF
Text Example
Text Example
White with #ECF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF6AF; }
p { color: rgb(236,246,175); }
H1.HeaderClassName
{
color: #ECF6AF;
}
.AnyTagClassName
{
color: #ECF6AF;
}
</style>
background-color css
<style>
a { background-color: #ECF6AF; }
a { background-color: rgb(236,246,175); }
div.DivClassName
{
background-color: #ECF6AF;
}
.BgClassName
{
background-color: #ECF6AF;
}
</style>
border-color css
<style>
span { border-color: #ECF6AF; }
span { border-color: rgb(236,246,175); }
td.TdClassName
{
border-color: #ECF6AF;
}
.TagClassName
{
border-color: #ECF6AF;
}
</style>