Shades of Australian Mint #E7EEA1
Tints of Australian Mint #E7EEA1
RGB
CMYK
RGB Variations
Color information
#E7EEA1 (or 0xE7EEA1) is known color: Australian Mint. HEX triplet: E7, EE and A1. RGB value is (231,238,161). Sum of RGB (Red+Green+Blue) = 231+238+161=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 161 (63.28% from 255 or 25.56% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #E7EEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7EEA1 is #18115E. Grayscale: #E3E3E3. Windows color (decimal): -1577311 or 10612455. OLE color: 10612455.
HSL color Cylindrical-coordinate representation of color #E7EEA1: hue angle of 65.45º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7EEA1 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 238 | 161 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.07 |
| HSL | 65.45º | 0.69% | 0.78% | - |
| HSV(B) | 65.45º | 0.32% | 0.93% | - |
| XYZ | 69.96 | 80.71 | 45.61 | - |
| YUV | 227.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 238 | 161 | 0.03 | 0 | 0.32 | 0.07 | 65.45 | 0.69 | 0.78 |
| Hex | E7 | EE | A1 | 3 | 0 | 20 | 7 | 41 | 45 | 4E |
| Octal | 347 | 356 | 241 | 3 | 0 | 40 | 7 | 101 | 105 | 116 |
| Binary | 11100111 | 11101110 | 10100001 | 11 | 0 | 100000 | 111 | 1000001 | 1000101 | 1001110 |
Color Harmonies of #E7EEA1
Complementary color
Monochromatic Colors of #E7EEA1
Black with #E7EEA1
Text Example
Text Example
White with #E7EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EEA1; }
p { color: rgb(231,238,161); }
H1.HeaderClassName
{
color: #E7EEA1;
}
.AnyTagClassName
{
color: #E7EEA1;
}
</style>
background-color css
<style>
a { background-color: #E7EEA1; }
a { background-color: rgb(231,238,161); }
div.DivClassName
{
background-color: #E7EEA1;
}
.BgClassName
{
background-color: #E7EEA1;
}
</style>
border-color css
<style>
span { border-color: #E7EEA1; }
span { border-color: rgb(231,238,161); }
td.TdClassName
{
border-color: #E7EEA1;
}
.TagClassName
{
border-color: #E7EEA1;
}
</style>