Shades of Australian Mint #ECF4A8
Tints of Australian Mint #ECF4A8
RGB
CMYK
RGB Variations
Color information
#ECF4A8 (or 0xECF4A8) is known color: Australian Mint. HEX triplet: EC, F4 and A8. RGB value is (236,244,168). Sum of RGB (Red+Green+Blue) = 236+244+168=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 168 (66.02% from 255 or 25.93% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF4A8 is #130B57. Grayscale: #E9E9E9. Windows color (decimal): -1248088 or 11072748. OLE color: 11072748.
HSL color Cylindrical-coordinate representation of color #ECF4A8: hue angle of 66.32º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECF4A8 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 168 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.04 |
| HSL | 66.32º | 0.78% | 0.81% | - |
| HSV(B) | 66.32º | 0.31% | 0.96% | - |
| XYZ | 74.01 | 85.36 | 49.62 | - |
| YUV | 232.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 168 | 0.03 | 0 | 0.31 | 0.04 | 66.32 | 0.78 | 0.81 |
| Hex | EC | F4 | A8 | 3 | 0 | 1F | 4 | 42 | 4E | 51 |
| Octal | 354 | 364 | 250 | 3 | 0 | 37 | 4 | 102 | 116 | 121 |
| Binary | 11101100 | 11110100 | 10101000 | 11 | 0 | 11111 | 100 | 1000010 | 1001110 | 1010001 |
Color Harmonies of #ECF4A8
Complementary color
Monochromatic Colors of #ECF4A8
Black with #ECF4A8
Text Example
Text Example
White with #ECF4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF4A8; }
p { color: rgb(236,244,168); }
H1.HeaderClassName
{
color: #ECF4A8;
}
.AnyTagClassName
{
color: #ECF4A8;
}
</style>
background-color css
<style>
a { background-color: #ECF4A8; }
a { background-color: rgb(236,244,168); }
div.DivClassName
{
background-color: #ECF4A8;
}
.BgClassName
{
background-color: #ECF4A8;
}
</style>
border-color css
<style>
span { border-color: #ECF4A8; }
span { border-color: rgb(236,244,168); }
td.TdClassName
{
border-color: #ECF4A8;
}
.TagClassName
{
border-color: #ECF4A8;
}
</style>