Shades of Australian Mint #EDF8AF
Tints of Australian Mint #EDF8AF
RGB
CMYK
RGB Variations
Color information
#EDF8AF (or 0xEDF8AF) is known color: Australian Mint. HEX triplet: ED, F8 and AF. RGB value is (237,248,175). Sum of RGB (Red+Green+Blue) = 237+248+175=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 175 (68.75% from 255 or 26.52% from 660); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF8AF is #120750. Grayscale: #ECECEC. Windows color (decimal): -1181521 or 11532525. OLE color: 11532525.
HSL color Cylindrical-coordinate representation of color #EDF8AF: hue angle of 69.04º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDF8AF is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 175 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.03 |
| HSL | 69.04º | 0.84% | 0.83% | - |
| HSV(B) | 69.04º | 0.29% | 0.97% | - |
| XYZ | 76.23 | 88.23 | 53.57 | - |
| YUV | 236.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 175 | 0.04 | 0 | 0.29 | 0.03 | 69.04 | 0.84 | 0.83 |
| Hex | ED | F8 | AF | 4 | 0 | 1D | 3 | 45 | 54 | 53 |
| Octal | 355 | 370 | 257 | 4 | 0 | 35 | 3 | 105 | 124 | 123 |
| Binary | 11101101 | 11111000 | 10101111 | 100 | 0 | 11101 | 11 | 1000101 | 1010100 | 1010011 |
Color Harmonies of #EDF8AF
Complementary color
Monochromatic Colors of #EDF8AF
Black with #EDF8AF
Text Example
Text Example
White with #EDF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8AF; }
p { color: rgb(237,248,175); }
H1.HeaderClassName
{
color: #EDF8AF;
}
.AnyTagClassName
{
color: #EDF8AF;
}
</style>
background-color css
<style>
a { background-color: #EDF8AF; }
a { background-color: rgb(237,248,175); }
div.DivClassName
{
background-color: #EDF8AF;
}
.BgClassName
{
background-color: #EDF8AF;
}
</style>
border-color css
<style>
span { border-color: #EDF8AF; }
span { border-color: rgb(237,248,175); }
td.TdClassName
{
border-color: #EDF8AF;
}
.TagClassName
{
border-color: #EDF8AF;
}
</style>