Shades of Australian Mint #ECF8AB
Tints of Australian Mint #ECF8AB
RGB
CMYK
RGB Variations
Color information
#ECF8AB (or 0xECF8AB) is known color: Australian Mint. HEX triplet: EC, F8 and AB. RGB value is (236,248,171). Sum of RGB (Red+Green+Blue) = 236+248+171=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 171 (67.19% from 255 or 26.11% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF8AB is #130754. Grayscale: #EBEBEB. Windows color (decimal): -1247061 or 11270380. OLE color: 11270380.
HSL color Cylindrical-coordinate representation of color #ECF8AB: hue angle of 69.35º 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 #ECF8AB is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 171 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.03 |
| HSL | 69.35º | 0.85% | 0.82% | - |
| HSV(B) | 69.35º | 0.31% | 0.97% | - |
| XYZ | 75.51 | 87.91 | 51.52 | - |
| YUV | 235.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 171 | 0.05 | 0 | 0.31 | 0.03 | 69.35 | 0.85 | 0.82 |
| Hex | EC | F8 | AB | 5 | 0 | 1F | 3 | 45 | 55 | 52 |
| Octal | 354 | 370 | 253 | 5 | 0 | 37 | 3 | 105 | 125 | 122 |
| Binary | 11101100 | 11111000 | 10101011 | 101 | 0 | 11111 | 11 | 1000101 | 1010101 | 1010010 |
Color Harmonies of #ECF8AB
Complementary color
Monochromatic Colors of #ECF8AB
Black with #ECF8AB
Text Example
Text Example
White with #ECF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8AB; }
p { color: rgb(236,248,171); }
H1.HeaderClassName
{
color: #ECF8AB;
}
.AnyTagClassName
{
color: #ECF8AB;
}
</style>
background-color css
<style>
a { background-color: #ECF8AB; }
a { background-color: rgb(236,248,171); }
div.DivClassName
{
background-color: #ECF8AB;
}
.BgClassName
{
background-color: #ECF8AB;
}
</style>
border-color css
<style>
span { border-color: #ECF8AB; }
span { border-color: rgb(236,248,171); }
td.TdClassName
{
border-color: #ECF8AB;
}
.TagClassName
{
border-color: #ECF8AB;
}
</style>