Shades of Australian Mint #ECFFAE
Tints of Australian Mint #ECFFAE
RGB
CMYK
RGB Variations
Color information
#ECFFAE (or 0xECFFAE) is known color: Australian Mint. HEX triplet: EC, FF and AE. RGB value is (236,255,174). Sum of RGB (Red+Green+Blue) = 236+255+174=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 174 (68.36% from 255 or 26.17% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFAE is #130051. Grayscale: #F0F0F0. Windows color (decimal): -1245266 or 11468780. OLE color: 11468780.
HSL color Cylindrical-coordinate representation of color #ECFFAE: hue angle of 74.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECFFAE is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 255 | 174 | - |
CMYK | 0.07 | 0 | 0.32 | 0 |
HSL | 74.07º | 1% | 0.84% | - |
HSV(B) | 74.07º | 0.32% | 1% | - |
XYZ | 77.99 | 92.41 | 53.77 | - |
YUV | 240.09 | 90.71 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 255 | 174 | 0.07 | 0 | 0.32 | 0 | 74.07 | 1 | 0.84 |
Hex | EC | FF | AE | 7 | 0 | 20 | 0 | 4A | 64 | 54 |
Octal | 354 | 377 | 256 | 7 | 0 | 40 | 0 | 112 | 144 | 124 |
Binary | 11101100 | 11111111 | 10101110 | 111 | 0 | 100000 | 0 | 1001010 | 1100100 | 1010100 |
Color Harmonies of #ECFFAE
Complementary color
Monochromatic Colors of #ECFFAE
Black with #ECFFAE
Text Example
Text Example
White with #ECFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFAE; }
p { color: rgb(236,255,174); }
H1.HeaderClassName
{
color: #ECFFAE;
}
.AnyTagClassName
{
color: #ECFFAE;
}
</style>
background-color css
<style>
a { background-color: #ECFFAE; }
a { background-color: rgb(236,255,174); }
div.DivClassName
{
background-color: #ECFFAE;
}
.BgClassName
{
background-color: #ECFFAE;
}
</style>
border-color css
<style>
span { border-color: #ECFFAE; }
span { border-color: rgb(236,255,174); }
td.TdClassName
{
border-color: #ECFFAE;
}
.TagClassName
{
border-color: #ECFFAE;
}
</style>