Shades of Australian Mint #EDF4B0
Tints of Australian Mint #EDF4B0
RGB
CMYK
RGB Variations
Color information
#EDF4B0 (or 0xEDF4B0) is known color: Australian Mint. HEX triplet: ED, F4 and B0. RGB value is (237,244,176). Sum of RGB (Red+Green+Blue) = 237+244+176=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 176 (69.14% from 255 or 26.79% from 657); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF4B0 is #120B4F. Grayscale: #EAEAEA. Windows color (decimal): -1182544 or 11597037. OLE color: 11597037.
HSL color Cylindrical-coordinate representation of color #EDF4B0: hue angle of 66.18º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDF4B0 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 176 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.04 |
| HSL | 66.18º | 0.76% | 0.82% | - |
| HSV(B) | 66.18º | 0.28% | 0.96% | - |
| XYZ | 75.11 | 85.84 | 53.68 | - |
| YUV | 234.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 176 | 0.03 | 0 | 0.28 | 0.04 | 66.18 | 0.76 | 0.82 |
| Hex | ED | F4 | B0 | 3 | 0 | 1C | 4 | 42 | 4C | 52 |
| Octal | 355 | 364 | 260 | 3 | 0 | 34 | 4 | 102 | 114 | 122 |
| Binary | 11101101 | 11110100 | 10110000 | 11 | 0 | 11100 | 100 | 1000010 | 1001100 | 1010010 |
Color Harmonies of #EDF4B0
Complementary color
Monochromatic Colors of #EDF4B0
Black with #EDF4B0
Text Example
Text Example
White with #EDF4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF4B0; }
p { color: rgb(237,244,176); }
H1.HeaderClassName
{
color: #EDF4B0;
}
.AnyTagClassName
{
color: #EDF4B0;
}
</style>
background-color css
<style>
a { background-color: #EDF4B0; }
a { background-color: rgb(237,244,176); }
div.DivClassName
{
background-color: #EDF4B0;
}
.BgClassName
{
background-color: #EDF4B0;
}
</style>
border-color css
<style>
span { border-color: #EDF4B0; }
span { border-color: rgb(237,244,176); }
td.TdClassName
{
border-color: #EDF4B0;
}
.TagClassName
{
border-color: #EDF4B0;
}
</style>