Shades of Australian Mint #ECF3A8
Tints of Australian Mint #ECF3A8
RGB
CMYK
RGB Variations
Color information
#ECF3A8 (or 0xECF3A8) is known color: Australian Mint. HEX triplet: EC, F3 and A8. RGB value is (236,243,168). Sum of RGB (Red+Green+Blue) = 236+243+168=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 168 (66.02% from 255 or 25.97% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF3A8 is #130C57. Grayscale: #E8E8E8. Windows color (decimal): -1248344 or 11072492. OLE color: 11072492.
HSL color Cylindrical-coordinate representation of color #ECF3A8: hue angle of 65.6º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECF3A8 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 243 | 168 | - |
CMYK | 0.03 | 0 | 0.31 | 0.05 |
HSL | 65.6º | 0.76% | 0.81% | - |
HSV(B) | 65.6º | 0.31% | 0.95% | - |
XYZ | 73.71 | 84.76 | 49.52 | - |
YUV | 232.36 | 91.68 | 130.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 243 | 168 | 0.03 | 0 | 0.31 | 0.05 | 65.6 | 0.76 | 0.81 |
Hex | EC | F3 | A8 | 3 | 0 | 1F | 5 | 42 | 4C | 51 |
Octal | 354 | 363 | 250 | 3 | 0 | 37 | 5 | 102 | 114 | 121 |
Binary | 11101100 | 11110011 | 10101000 | 11 | 0 | 11111 | 101 | 1000010 | 1001100 | 1010001 |
Color Harmonies of #ECF3A8
Complementary color
Monochromatic Colors of #ECF3A8
Black with #ECF3A8
Text Example
Text Example
White with #ECF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3A8; }
p { color: rgb(236,243,168); }
H1.HeaderClassName
{
color: #ECF3A8;
}
.AnyTagClassName
{
color: #ECF3A8;
}
</style>
background-color css
<style>
a { background-color: #ECF3A8; }
a { background-color: rgb(236,243,168); }
div.DivClassName
{
background-color: #ECF3A8;
}
.BgClassName
{
background-color: #ECF3A8;
}
</style>
border-color css
<style>
span { border-color: #ECF3A8; }
span { border-color: rgb(236,243,168); }
td.TdClassName
{
border-color: #ECF3A8;
}
.TagClassName
{
border-color: #ECF3A8;
}
</style>