Shades of Australian Mint #EDF4AF
Tints of Australian Mint #EDF4AF
RGB
CMYK
RGB Variations
Color information
#EDF4AF (or 0xEDF4AF) is known color: Australian Mint. HEX triplet: ED, F4 and AF. RGB value is (237,244,175). Sum of RGB (Red+Green+Blue) = 237+244+175=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF4AF is #120B50. Grayscale: #EAEAEA. Windows color (decimal): -1182545 or 11531501. OLE color: 11531501.
HSL color Cylindrical-coordinate representation of color #EDF4AF: hue angle of 66.09º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDF4AF is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 175 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.04 |
| HSL | 66.09º | 0.76% | 0.82% | - |
| HSV(B) | 66.09º | 0.28% | 0.96% | - |
| XYZ | 75.01 | 85.8 | 53.17 | - |
| YUV | 234.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 175 | 0.03 | 0 | 0.28 | 0.04 | 66.09 | 0.76 | 0.82 |
| Hex | ED | F4 | AF | 3 | 0 | 1C | 4 | 42 | 4C | 52 |
| Octal | 355 | 364 | 257 | 3 | 0 | 34 | 4 | 102 | 114 | 122 |
| Binary | 11101101 | 11110100 | 10101111 | 11 | 0 | 11100 | 100 | 1000010 | 1001100 | 1010010 |
Color Harmonies of #EDF4AF
Complementary color
Monochromatic Colors of #EDF4AF
Black with #EDF4AF
Text Example
Text Example
White with #EDF4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF4AF; }
p { color: rgb(237,244,175); }
H1.HeaderClassName
{
color: #EDF4AF;
}
.AnyTagClassName
{
color: #EDF4AF;
}
</style>
background-color css
<style>
a { background-color: #EDF4AF; }
a { background-color: rgb(237,244,175); }
div.DivClassName
{
background-color: #EDF4AF;
}
.BgClassName
{
background-color: #EDF4AF;
}
</style>
border-color css
<style>
span { border-color: #EDF4AF; }
span { border-color: rgb(237,244,175); }
td.TdClassName
{
border-color: #EDF4AF;
}
.TagClassName
{
border-color: #EDF4AF;
}
</style>