Shades of Australian Mint #EDF3A8
Tints of Australian Mint #EDF3A8
RGB
CMYK
RGB Variations
Color information
#EDF3A8 (or 0xEDF3A8) is known color: Australian Mint. HEX triplet: ED, F3 and A8. RGB value is (237,243,168). Sum of RGB (Red+Green+Blue) = 237+243+168=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 168 (66.02% from 255 or 25.93% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF3A8 is #120C57. Grayscale: #E8E8E8. Windows color (decimal): -1182808 or 11072493. OLE color: 11072493.
HSL color Cylindrical-coordinate representation of color #EDF3A8: hue angle of 64.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDF3A8 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 168 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.05 |
| HSL | 64.8º | 0.76% | 0.81% | - |
| HSV(B) | 64.8º | 0.31% | 0.95% | - |
| XYZ | 74.04 | 84.93 | 49.54 | - |
| YUV | 232.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 168 | 0.02 | 0 | 0.31 | 0.05 | 64.8 | 0.76 | 0.81 |
| Hex | ED | F3 | A8 | 2 | 0 | 1F | 5 | 41 | 4C | 51 |
| Octal | 355 | 363 | 250 | 2 | 0 | 37 | 5 | 101 | 114 | 121 |
| Binary | 11101101 | 11110011 | 10101000 | 10 | 0 | 11111 | 101 | 1000001 | 1001100 | 1010001 |
Color Harmonies of #EDF3A8
Complementary color
Monochromatic Colors of #EDF3A8
Black with #EDF3A8
Text Example
Text Example
White with #EDF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3A8; }
p { color: rgb(237,243,168); }
H1.HeaderClassName
{
color: #EDF3A8;
}
.AnyTagClassName
{
color: #EDF3A8;
}
</style>
background-color css
<style>
a { background-color: #EDF3A8; }
a { background-color: rgb(237,243,168); }
div.DivClassName
{
background-color: #EDF3A8;
}
.BgClassName
{
background-color: #EDF3A8;
}
</style>
border-color css
<style>
span { border-color: #EDF3A8; }
span { border-color: rgb(237,243,168); }
td.TdClassName
{
border-color: #EDF3A8;
}
.TagClassName
{
border-color: #EDF3A8;
}
</style>