Shades of Australian Mint #E2EFA4
Tints of Australian Mint #E2EFA4
RGB
CMYK
RGB Variations
Color information
#E2EFA4 (or 0xE2EFA4) is known color: Australian Mint. HEX triplet: E2, EF and A4. RGB value is (226,239,164). Sum of RGB (Red+Green+Blue) = 226+239+164=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 164 (64.45% from 255 or 26.07% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EFA4 is #1D105B. Grayscale: #E2E2E2. Windows color (decimal): -1904732 or 10809314. OLE color: 10809314.
HSL color Cylindrical-coordinate representation of color #E2EFA4: hue angle of 70.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2EFA4 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 164 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.06 |
| HSL | 70.4º | 0.7% | 0.79% | - |
| HSV(B) | 70.4º | 0.31% | 0.94% | - |
| XYZ | 68.93 | 80.58 | 47.04 | - |
| YUV | 226.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 164 | 0.05 | 0 | 0.31 | 0.06 | 70.4 | 0.7 | 0.79 |
| Hex | E2 | EF | A4 | 5 | 0 | 1F | 6 | 46 | 46 | 4F |
| Octal | 342 | 357 | 244 | 5 | 0 | 37 | 6 | 106 | 106 | 117 |
| Binary | 11100010 | 11101111 | 10100100 | 101 | 0 | 11111 | 110 | 1000110 | 1000110 | 1001111 |
Color Harmonies of #E2EFA4
Complementary color
Monochromatic Colors of #E2EFA4
Black with #E2EFA4
Text Example
Text Example
White with #E2EFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFA4; }
p { color: rgb(226,239,164); }
H1.HeaderClassName
{
color: #E2EFA4;
}
.AnyTagClassName
{
color: #E2EFA4;
}
</style>
background-color css
<style>
a { background-color: #E2EFA4; }
a { background-color: rgb(226,239,164); }
div.DivClassName
{
background-color: #E2EFA4;
}
.BgClassName
{
background-color: #E2EFA4;
}
</style>
border-color css
<style>
span { border-color: #E2EFA4; }
span { border-color: rgb(226,239,164); }
td.TdClassName
{
border-color: #E2EFA4;
}
.TagClassName
{
border-color: #E2EFA4;
}
</style>