Shades of Australian Mint #EDF3A5
Tints of Australian Mint #EDF3A5
RGB
CMYK
RGB Variations
Color information
#EDF3A5 (or 0xEDF3A5) is known color: Australian Mint. HEX triplet: ED, F3 and A5. RGB value is (237,243,165). Sum of RGB (Red+Green+Blue) = 237+243+165=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 165 (64.84% from 255 or 25.58% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF3A5 is #120C5A. Grayscale: #E8E8E8. Windows color (decimal): -1182811 or 10875885. OLE color: 10875885.
HSL color Cylindrical-coordinate representation of color #EDF3A5: hue angle of 64.62º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDF3A5 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 165 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.05 |
| HSL | 64.62º | 0.76% | 0.8% | - |
| HSV(B) | 64.62º | 0.32% | 0.95% | - |
| XYZ | 73.77 | 84.82 | 48.08 | - |
| YUV | 232.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 165 | 0.02 | 0 | 0.32 | 0.05 | 64.62 | 0.76 | 0.8 |
| Hex | ED | F3 | A5 | 2 | 0 | 20 | 5 | 41 | 4C | 50 |
| Octal | 355 | 363 | 245 | 2 | 0 | 40 | 5 | 101 | 114 | 120 |
| Binary | 11101101 | 11110011 | 10100101 | 10 | 0 | 100000 | 101 | 1000001 | 1001100 | 1010000 |
Color Harmonies of #EDF3A5
Complementary color
Monochromatic Colors of #EDF3A5
Black with #EDF3A5
Text Example
Text Example
White with #EDF3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3A5; }
p { color: rgb(237,243,165); }
H1.HeaderClassName
{
color: #EDF3A5;
}
.AnyTagClassName
{
color: #EDF3A5;
}
</style>
background-color css
<style>
a { background-color: #EDF3A5; }
a { background-color: rgb(237,243,165); }
div.DivClassName
{
background-color: #EDF3A5;
}
.BgClassName
{
background-color: #EDF3A5;
}
</style>
border-color css
<style>
span { border-color: #EDF3A5; }
span { border-color: rgb(237,243,165); }
td.TdClassName
{
border-color: #EDF3A5;
}
.TagClassName
{
border-color: #EDF3A5;
}
</style>