Shades of Australian Mint #ECFDAE
Tints of Australian Mint #ECFDAE
RGB
CMYK
RGB Variations
Color information
#ECFDAE (or 0xECFDAE) is known color: Australian Mint. HEX triplet: EC, FD and AE. RGB value is (236,253,174). Sum of RGB (Red+Green+Blue) = 236+253+174=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 174 (68.36% from 255 or 26.24% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFDAE is #130251. Grayscale: #EFEFEF. Windows color (decimal): -1245778 or 11468268. OLE color: 11468268.
HSL color Cylindrical-coordinate representation of color #ECFDAE: hue angle of 72.91º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECFDAE is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 253 | 174 | - |
CMYK | 0.07 | 0 | 0.31 | 0.01 |
HSL | 72.91º | 0.95% | 0.84% | - |
HSV(B) | 72.91º | 0.31% | 0.99% | - |
XYZ | 77.36 | 91.14 | 53.56 | - |
YUV | 238.91 | 91.37 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 253 | 174 | 0.07 | 0 | 0.31 | 0.01 | 72.91 | 0.95 | 0.84 |
Hex | EC | FD | AE | 7 | 0 | 1F | 1 | 49 | 5F | 54 |
Octal | 354 | 375 | 256 | 7 | 0 | 37 | 1 | 111 | 137 | 124 |
Binary | 11101100 | 11111101 | 10101110 | 111 | 0 | 11111 | 1 | 1001001 | 1011111 | 1010100 |
Color Harmonies of #ECFDAE
Complementary color
Monochromatic Colors of #ECFDAE
Black with #ECFDAE
Text Example
Text Example
White with #ECFDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDAE; }
p { color: rgb(236,253,174); }
H1.HeaderClassName
{
color: #ECFDAE;
}
.AnyTagClassName
{
color: #ECFDAE;
}
</style>
background-color css
<style>
a { background-color: #ECFDAE; }
a { background-color: rgb(236,253,174); }
div.DivClassName
{
background-color: #ECFDAE;
}
.BgClassName
{
background-color: #ECFDAE;
}
</style>
border-color css
<style>
span { border-color: #ECFDAE; }
span { border-color: rgb(236,253,174); }
td.TdClassName
{
border-color: #ECFDAE;
}
.TagClassName
{
border-color: #ECFDAE;
}
</style>