Shades of Australian Mint #EDF5AD
Tints of Australian Mint #EDF5AD
RGB
CMYK
RGB Variations
Color information
#EDF5AD (or 0xEDF5AD) is known color: Australian Mint. HEX triplet: ED, F5 and AD. RGB value is (237,245,173). Sum of RGB (Red+Green+Blue) = 237+245+173=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF5AD is #120A52. Grayscale: #EAEAEA. Windows color (decimal): -1182291 or 11400685. OLE color: 11400685.
HSL color Cylindrical-coordinate representation of color #EDF5AD: hue angle of 66.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDF5AD is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 173 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.04 |
| HSL | 66.67º | 0.78% | 0.82% | - |
| HSV(B) | 66.67º | 0.29% | 0.96% | - |
| XYZ | 75.12 | 86.33 | 52.24 | - |
| YUV | 234.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 173 | 0.03 | 0 | 0.29 | 0.04 | 66.67 | 0.78 | 0.82 |
| Hex | ED | F5 | AD | 3 | 0 | 1D | 4 | 43 | 4E | 52 |
| Octal | 355 | 365 | 255 | 3 | 0 | 35 | 4 | 103 | 116 | 122 |
| Binary | 11101101 | 11110101 | 10101101 | 11 | 0 | 11101 | 100 | 1000011 | 1001110 | 1010010 |
Color Harmonies of #EDF5AD
Complementary color
Monochromatic Colors of #EDF5AD
Black with #EDF5AD
Text Example
Text Example
White with #EDF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5AD; }
p { color: rgb(237,245,173); }
H1.HeaderClassName
{
color: #EDF5AD;
}
.AnyTagClassName
{
color: #EDF5AD;
}
</style>
background-color css
<style>
a { background-color: #EDF5AD; }
a { background-color: rgb(237,245,173); }
div.DivClassName
{
background-color: #EDF5AD;
}
.BgClassName
{
background-color: #EDF5AD;
}
</style>
border-color css
<style>
span { border-color: #EDF5AD; }
span { border-color: rgb(237,245,173); }
td.TdClassName
{
border-color: #EDF5AD;
}
.TagClassName
{
border-color: #EDF5AD;
}
</style>