Shades of Australian Mint #E1EEA5
Tints of Australian Mint #E1EEA5
RGB
CMYK
RGB Variations
Color information
#E1EEA5 (or 0xE1EEA5) is known color: Australian Mint. HEX triplet: E1, EE and A5. RGB value is (225,238,165). Sum of RGB (Red+Green+Blue) = 225+238+165=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EEA5 is #1E115A. Grayscale: #E2E2E2. Windows color (decimal): -1970523 or 10874593. OLE color: 10874593.
HSL color Cylindrical-coordinate representation of color #E1EEA5: hue angle of 70.68º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1EEA5 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 238 | 165 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.07 |
| HSL | 70.68º | 0.68% | 0.79% | - |
| HSV(B) | 70.68º | 0.31% | 0.93% | - |
| XYZ | 68.42 | 79.87 | 47.41 | - |
| YUV | 225.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 165 | 0.05 | 0 | 0.31 | 0.07 | 70.68 | 0.68 | 0.79 |
| Hex | E1 | EE | A5 | 5 | 0 | 1F | 7 | 47 | 44 | 4F |
| Octal | 341 | 356 | 245 | 5 | 0 | 37 | 7 | 107 | 104 | 117 |
| Binary | 11100001 | 11101110 | 10100101 | 101 | 0 | 11111 | 111 | 1000111 | 1000100 | 1001111 |
Color Harmonies of #E1EEA5
Complementary color
Monochromatic Colors of #E1EEA5
Black with #E1EEA5
Text Example
Text Example
White with #E1EEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EEA5; }
p { color: rgb(225,238,165); }
H1.HeaderClassName
{
color: #E1EEA5;
}
.AnyTagClassName
{
color: #E1EEA5;
}
</style>
background-color css
<style>
a { background-color: #E1EEA5; }
a { background-color: rgb(225,238,165); }
div.DivClassName
{
background-color: #E1EEA5;
}
.BgClassName
{
background-color: #E1EEA5;
}
</style>
border-color css
<style>
span { border-color: #E1EEA5; }
span { border-color: rgb(225,238,165); }
td.TdClassName
{
border-color: #E1EEA5;
}
.TagClassName
{
border-color: #E1EEA5;
}
</style>