Shades of Australian Mint #ECF8AA
Tints of Australian Mint #ECF8AA
RGB
CMYK
RGB Variations
Color information
#ECF8AA (or 0xECF8AA) is known color: Australian Mint. HEX triplet: EC, F8 and AA. RGB value is (236,248,170). Sum of RGB (Red+Green+Blue) = 236+248+170=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF8AA is #130755. Grayscale: #EBEBEB. Windows color (decimal): -1247062 or 11204844. OLE color: 11204844.
HSL color Cylindrical-coordinate representation of color #ECF8AA: hue angle of 69.23º degrees, saturation: 0.85, 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 #ECF8AA is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 170 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.03 |
| HSL | 69.23º | 0.85% | 0.82% | - |
| HSV(B) | 69.23º | 0.31% | 0.97% | - |
| XYZ | 75.42 | 87.87 | 51.02 | - |
| YUV | 235.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 170 | 0.05 | 0 | 0.31 | 0.03 | 69.23 | 0.85 | 0.82 |
| Hex | EC | F8 | AA | 5 | 0 | 1F | 3 | 45 | 55 | 52 |
| Octal | 354 | 370 | 252 | 5 | 0 | 37 | 3 | 105 | 125 | 122 |
| Binary | 11101100 | 11111000 | 10101010 | 101 | 0 | 11111 | 11 | 1000101 | 1010101 | 1010010 |
Color Harmonies of #ECF8AA
Complementary color
Monochromatic Colors of #ECF8AA
Black with #ECF8AA
Text Example
Text Example
White with #ECF8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8AA; }
p { color: rgb(236,248,170); }
H1.HeaderClassName
{
color: #ECF8AA;
}
.AnyTagClassName
{
color: #ECF8AA;
}
</style>
background-color css
<style>
a { background-color: #ECF8AA; }
a { background-color: rgb(236,248,170); }
div.DivClassName
{
background-color: #ECF8AA;
}
.BgClassName
{
background-color: #ECF8AA;
}
</style>
border-color css
<style>
span { border-color: #ECF8AA; }
span { border-color: rgb(236,248,170); }
td.TdClassName
{
border-color: #ECF8AA;
}
.TagClassName
{
border-color: #ECF8AA;
}
</style>