Shades of Australian Mint #EDF1A8
Tints of Australian Mint #EDF1A8
RGB
CMYK
RGB Variations
Color information
#EDF1A8 (or 0xEDF1A8) is known color: Australian Mint. HEX triplet: ED, F1 and A8. RGB value is (237,241,168). Sum of RGB (Red+Green+Blue) = 237+241+168=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 168 (66.02% from 255 or 26.01% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1A8 is #120E57. Grayscale: #E7E7E7. Windows color (decimal): -1183320 or 11071981. OLE color: 11071981.
HSL color Cylindrical-coordinate representation of color #EDF1A8: hue angle of 63.29º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDF1A8 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 168 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.05 |
| HSL | 63.29º | 0.72% | 0.8% | - |
| HSV(B) | 63.29º | 0.3% | 0.95% | - |
| XYZ | 73.45 | 83.74 | 49.34 | - |
| YUV | 231.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 168 | 0.02 | 0 | 0.30 | 0.05 | 63.29 | 0.72 | 0.8 |
| Hex | ED | F1 | A8 | 2 | 0 | 1E | 5 | 3F | 48 | 50 |
| Octal | 355 | 361 | 250 | 2 | 0 | 36 | 5 | 77 | 110 | 120 |
| Binary | 11101101 | 11110001 | 10101000 | 10 | 0 | 11110 | 101 | 111111 | 1001000 | 1010000 |
Color Harmonies of #EDF1A8
Complementary color
Monochromatic Colors of #EDF1A8
Black with #EDF1A8
Text Example
Text Example
White with #EDF1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1A8; }
p { color: rgb(237,241,168); }
H1.HeaderClassName
{
color: #EDF1A8;
}
.AnyTagClassName
{
color: #EDF1A8;
}
</style>
background-color css
<style>
a { background-color: #EDF1A8; }
a { background-color: rgb(237,241,168); }
div.DivClassName
{
background-color: #EDF1A8;
}
.BgClassName
{
background-color: #EDF1A8;
}
</style>
border-color css
<style>
span { border-color: #EDF1A8; }
span { border-color: rgb(237,241,168); }
td.TdClassName
{
border-color: #EDF1A8;
}
.TagClassName
{
border-color: #EDF1A8;
}
</style>