Shades of Australian Mint #EDF3B1
Tints of Australian Mint #EDF3B1
RGB
CMYK
RGB Variations
Color information
#EDF3B1 (or 0xEDF3B1) is known color: Australian Mint. HEX triplet: ED, F3 and B1. RGB value is (237,243,177). Sum of RGB (Red+Green+Blue) = 237+243+177=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 177 (69.53% from 255 or 26.94% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF3B1 is #120C4E. Grayscale: #E9E9E9. Windows color (decimal): -1182799 or 11662317. OLE color: 11662317.
HSL color Cylindrical-coordinate representation of color #EDF3B1: hue angle of 65.45º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDF3B1 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 177 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.05 |
| HSL | 65.45º | 0.73% | 0.82% | - |
| HSV(B) | 65.45º | 0.27% | 0.95% | - |
| XYZ | 74.91 | 85.28 | 54.11 | - |
| YUV | 233.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 177 | 0.02 | 0 | 0.27 | 0.05 | 65.45 | 0.73 | 0.82 |
| Hex | ED | F3 | B1 | 2 | 0 | 1B | 5 | 41 | 49 | 52 |
| Octal | 355 | 363 | 261 | 2 | 0 | 33 | 5 | 101 | 111 | 122 |
| Binary | 11101101 | 11110011 | 10110001 | 10 | 0 | 11011 | 101 | 1000001 | 1001001 | 1010010 |
Color Harmonies of #EDF3B1
Complementary color
Monochromatic Colors of #EDF3B1
Black with #EDF3B1
Text Example
Text Example
White with #EDF3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3B1; }
p { color: rgb(237,243,177); }
H1.HeaderClassName
{
color: #EDF3B1;
}
.AnyTagClassName
{
color: #EDF3B1;
}
</style>
background-color css
<style>
a { background-color: #EDF3B1; }
a { background-color: rgb(237,243,177); }
div.DivClassName
{
background-color: #EDF3B1;
}
.BgClassName
{
background-color: #EDF3B1;
}
</style>
border-color css
<style>
span { border-color: #EDF3B1; }
span { border-color: rgb(237,243,177); }
td.TdClassName
{
border-color: #EDF3B1;
}
.TagClassName
{
border-color: #EDF3B1;
}
</style>