Shades of Australian Mint #ECF7AB
Tints of Australian Mint #ECF7AB
RGB
CMYK
RGB Variations
Color information
#ECF7AB (or 0xECF7AB) is known color: Australian Mint. HEX triplet: EC, F7 and AB. RGB value is (236,247,171). Sum of RGB (Red+Green+Blue) = 236+247+171=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 171 (67.19% from 255 or 26.15% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF7AB is #130854. Grayscale: #EBEBEB. Windows color (decimal): -1247317 or 11270124. OLE color: 11270124.
HSL color Cylindrical-coordinate representation of color #ECF7AB: hue angle of 68.68º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECF7AB is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 171 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.03 |
| HSL | 68.68º | 0.83% | 0.82% | - |
| HSV(B) | 68.68º | 0.31% | 0.97% | - |
| XYZ | 75.2 | 87.29 | 51.41 | - |
| YUV | 235.05 | 91.86 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 171 | 0.04 | 0 | 0.31 | 0.03 | 68.68 | 0.83 | 0.82 |
| Hex | EC | F7 | AB | 4 | 0 | 1F | 3 | 45 | 53 | 52 |
| Octal | 354 | 367 | 253 | 4 | 0 | 37 | 3 | 105 | 123 | 122 |
| Binary | 11101100 | 11110111 | 10101011 | 100 | 0 | 11111 | 11 | 1000101 | 1010011 | 1010010 |
Color Harmonies of #ECF7AB
Complementary color
Monochromatic Colors of #ECF7AB
Black with #ECF7AB
Text Example
Text Example
White with #ECF7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF7AB; }
p { color: rgb(236,247,171); }
H1.HeaderClassName
{
color: #ECF7AB;
}
.AnyTagClassName
{
color: #ECF7AB;
}
</style>
background-color css
<style>
a { background-color: #ECF7AB; }
a { background-color: rgb(236,247,171); }
div.DivClassName
{
background-color: #ECF7AB;
}
.BgClassName
{
background-color: #ECF7AB;
}
</style>
border-color css
<style>
span { border-color: #ECF7AB; }
span { border-color: rgb(236,247,171); }
td.TdClassName
{
border-color: #ECF7AB;
}
.TagClassName
{
border-color: #ECF7AB;
}
</style>