Shades of Australian Mint #E1F0A8
Tints of Australian Mint #E1F0A8
RGB
CMYK
RGB Variations
Color information
#E1F0A8 (or 0xE1F0A8) is known color: Australian Mint. HEX triplet: E1, F0 and A8. RGB value is (225,240,168). Sum of RGB (Red+Green+Blue) = 225+240+168=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F0A8 is #1E0F57. Grayscale: #E3E3E3. Windows color (decimal): -1970008 or 11071713. OLE color: 11071713.
HSL color Cylindrical-coordinate representation of color #E1F0A8: hue angle of 72.5º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1F0A8 is Cyan = 0.06, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 168 | - |
| CMYK | 0.06 | 0 | 0.3 | 0.06 |
| HSL | 72.5º | 0.71% | 0.8% | - |
| HSV(B) | 72.5º | 0.3% | 0.94% | - |
| XYZ | 69.28 | 81.15 | 49.06 | - |
| YUV | 227.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 168 | 0.06 | 0 | 0.3 | 0.06 | 72.5 | 0.71 | 0.8 |
| Hex | E1 | F0 | A8 | 6 | 0 | 1E | 6 | 48 | 47 | 50 |
| Octal | 341 | 360 | 250 | 6 | 0 | 36 | 6 | 110 | 107 | 120 |
| Binary | 11100001 | 11110000 | 10101000 | 110 | 0 | 11110 | 110 | 1001000 | 1000111 | 1010000 |
Color Harmonies of #E1F0A8
Complementary color
Monochromatic Colors of #E1F0A8
Black with #E1F0A8
Text Example
Text Example
White with #E1F0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F0A8; }
p { color: rgb(225,240,168); }
H1.HeaderClassName
{
color: #E1F0A8;
}
.AnyTagClassName
{
color: #E1F0A8;
}
</style>
background-color css
<style>
a { background-color: #E1F0A8; }
a { background-color: rgb(225,240,168); }
div.DivClassName
{
background-color: #E1F0A8;
}
.BgClassName
{
background-color: #E1F0A8;
}
</style>
border-color css
<style>
span { border-color: #E1F0A8; }
span { border-color: rgb(225,240,168); }
td.TdClassName
{
border-color: #E1F0A8;
}
.TagClassName
{
border-color: #E1F0A8;
}
</style>