Shades of Australian Mint #EDF8A3
Tints of Australian Mint #EDF8A3
RGB
CMYK
RGB Variations
Color information
#EDF8A3 (or 0xEDF8A3) is known color: Australian Mint. HEX triplet: ED, F8 and A3. RGB value is (237,248,163). Sum of RGB (Red+Green+Blue) = 237+248+163=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 163 (64.06% from 255 or 25.15% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF8A3 is #12075C. Grayscale: #EBEBEB. Windows color (decimal): -1181533 or 10746093. OLE color: 10746093.
HSL color Cylindrical-coordinate representation of color #EDF8A3: hue angle of 67.76º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDF8A3 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 163 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.03 |
| HSL | 67.76º | 0.86% | 0.81% | - |
| HSV(B) | 67.76º | 0.34% | 0.97% | - |
| XYZ | 75.1 | 87.78 | 47.64 | - |
| YUV | 235.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 163 | 0.04 | 0 | 0.34 | 0.03 | 67.76 | 0.86 | 0.81 |
| Hex | ED | F8 | A3 | 4 | 0 | 22 | 3 | 44 | 56 | 51 |
| Octal | 355 | 370 | 243 | 4 | 0 | 42 | 3 | 104 | 126 | 121 |
| Binary | 11101101 | 11111000 | 10100011 | 100 | 0 | 100010 | 11 | 1000100 | 1010110 | 1010001 |
Color Harmonies of #EDF8A3
Complementary color
Monochromatic Colors of #EDF8A3
Black with #EDF8A3
Text Example
Text Example
White with #EDF8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8A3; }
p { color: rgb(237,248,163); }
H1.HeaderClassName
{
color: #EDF8A3;
}
.AnyTagClassName
{
color: #EDF8A3;
}
</style>
background-color css
<style>
a { background-color: #EDF8A3; }
a { background-color: rgb(237,248,163); }
div.DivClassName
{
background-color: #EDF8A3;
}
.BgClassName
{
background-color: #EDF8A3;
}
</style>
border-color css
<style>
span { border-color: #EDF8A3; }
span { border-color: rgb(237,248,163); }
td.TdClassName
{
border-color: #EDF8A3;
}
.TagClassName
{
border-color: #EDF8A3;
}
</style>