Shades of Australian Mint #E7EFA2
Tints of Australian Mint #E7EFA2
RGB
CMYK
RGB Variations
Color information
#E7EFA2 (or 0xE7EFA2) is known color: Australian Mint. HEX triplet: E7, EF and A2. RGB value is (231,239,162). Sum of RGB (Red+Green+Blue) = 231+239+162=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 162 (63.67% from 255 or 25.63% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #E7EFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7EFA2 is #18105D. Grayscale: #E4E4E4. Windows color (decimal): -1577054 or 10678247. OLE color: 10678247.
HSL color Cylindrical-coordinate representation of color #E7EFA2: hue angle of 66.23º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7EFA2 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 239 | 162 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.06 |
| HSL | 66.23º | 0.71% | 0.79% | - |
| HSV(B) | 66.23º | 0.32% | 0.94% | - |
| XYZ | 70.34 | 81.33 | 46.17 | - |
| YUV | 227.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 239 | 162 | 0.03 | 0 | 0.32 | 0.06 | 66.23 | 0.71 | 0.79 |
| Hex | E7 | EF | A2 | 3 | 0 | 20 | 6 | 42 | 47 | 4F |
| Octal | 347 | 357 | 242 | 3 | 0 | 40 | 6 | 102 | 107 | 117 |
| Binary | 11100111 | 11101111 | 10100010 | 11 | 0 | 100000 | 110 | 1000010 | 1000111 | 1001111 |
Color Harmonies of #E7EFA2
Complementary color
Monochromatic Colors of #E7EFA2
Black with #E7EFA2
Text Example
Text Example
White with #E7EFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EFA2; }
p { color: rgb(231,239,162); }
H1.HeaderClassName
{
color: #E7EFA2;
}
.AnyTagClassName
{
color: #E7EFA2;
}
</style>
background-color css
<style>
a { background-color: #E7EFA2; }
a { background-color: rgb(231,239,162); }
div.DivClassName
{
background-color: #E7EFA2;
}
.BgClassName
{
background-color: #E7EFA2;
}
</style>
border-color css
<style>
span { border-color: #E7EFA2; }
span { border-color: rgb(231,239,162); }
td.TdClassName
{
border-color: #E7EFA2;
}
.TagClassName
{
border-color: #E7EFA2;
}
</style>