Shades of Australian Mint #E2EFAC
Tints of Australian Mint #E2EFAC
RGB
CMYK
RGB Variations
Color information
#E2EFAC (or 0xE2EFAC) is known color: Australian Mint. HEX triplet: E2, EF and AC. RGB value is (226,239,172). Sum of RGB (Red+Green+Blue) = 226+239+172=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EFAC is #1D1053. Grayscale: #E3E3E3. Windows color (decimal): -1904724 or 11333602. OLE color: 11333602.
HSL color Cylindrical-coordinate representation of color #E2EFAC: hue angle of 71.64º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2EFAC is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 172 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.06 |
| HSL | 71.64º | 0.68% | 0.81% | - |
| HSV(B) | 71.64º | 0.28% | 0.94% | - |
| XYZ | 69.68 | 80.88 | 50.97 | - |
| YUV | 227.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 172 | 0.05 | 0 | 0.28 | 0.06 | 71.64 | 0.68 | 0.81 |
| Hex | E2 | EF | AC | 5 | 0 | 1C | 6 | 48 | 44 | 51 |
| Octal | 342 | 357 | 254 | 5 | 0 | 34 | 6 | 110 | 104 | 121 |
| Binary | 11100010 | 11101111 | 10101100 | 101 | 0 | 11100 | 110 | 1001000 | 1000100 | 1010001 |
Color Harmonies of #E2EFAC
Complementary color
Monochromatic Colors of #E2EFAC
Black with #E2EFAC
Text Example
Text Example
White with #E2EFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFAC; }
p { color: rgb(226,239,172); }
H1.HeaderClassName
{
color: #E2EFAC;
}
.AnyTagClassName
{
color: #E2EFAC;
}
</style>
background-color css
<style>
a { background-color: #E2EFAC; }
a { background-color: rgb(226,239,172); }
div.DivClassName
{
background-color: #E2EFAC;
}
.BgClassName
{
background-color: #E2EFAC;
}
</style>
border-color css
<style>
span { border-color: #E2EFAC; }
span { border-color: rgb(226,239,172); }
td.TdClassName
{
border-color: #E2EFAC;
}
.TagClassName
{
border-color: #E2EFAC;
}
</style>