Shades of Australian Mint #E2EFAB
Tints of Australian Mint #E2EFAB
RGB
CMYK
RGB Variations
Color information
#E2EFAB (or 0xE2EFAB) is known color: Australian Mint. HEX triplet: E2, EF and AB. RGB value is (226,239,171). Sum of RGB (Red+Green+Blue) = 226+239+171=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EFAB is #1D1054. Grayscale: #E3E3E3. Windows color (decimal): -1904725 or 11268066. OLE color: 11268066.
HSL color Cylindrical-coordinate representation of color #E2EFAB: hue angle of 71.47º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2EFAB is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 171 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.06 |
| HSL | 71.47º | 0.68% | 0.8% | - |
| HSV(B) | 71.47º | 0.28% | 0.94% | - |
| XYZ | 69.58 | 80.84 | 50.46 | - |
| YUV | 227.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 171 | 0.05 | 0 | 0.28 | 0.06 | 71.47 | 0.68 | 0.8 |
| Hex | E2 | EF | AB | 5 | 0 | 1C | 6 | 47 | 44 | 50 |
| Octal | 342 | 357 | 253 | 5 | 0 | 34 | 6 | 107 | 104 | 120 |
| Binary | 11100010 | 11101111 | 10101011 | 101 | 0 | 11100 | 110 | 1000111 | 1000100 | 1010000 |
Color Harmonies of #E2EFAB
Complementary color
Monochromatic Colors of #E2EFAB
Black with #E2EFAB
Text Example
Text Example
White with #E2EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFAB; }
p { color: rgb(226,239,171); }
H1.HeaderClassName
{
color: #E2EFAB;
}
.AnyTagClassName
{
color: #E2EFAB;
}
</style>
background-color css
<style>
a { background-color: #E2EFAB; }
a { background-color: rgb(226,239,171); }
div.DivClassName
{
background-color: #E2EFAB;
}
.BgClassName
{
background-color: #E2EFAB;
}
</style>
border-color css
<style>
span { border-color: #E2EFAB; }
span { border-color: rgb(226,239,171); }
td.TdClassName
{
border-color: #E2EFAB;
}
.TagClassName
{
border-color: #E2EFAB;
}
</style>