Shades of Australian Mint #E8F0A1
Tints of Australian Mint #E8F0A1
RGB
CMYK
RGB Variations
Color information
#E8F0A1 (or 0xE8F0A1) is known color: Australian Mint. HEX triplet: E8, F0 and A1. RGB value is (232,240,161). Sum of RGB (Red+Green+Blue) = 232+240+161=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F0A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F0A1 is #170F5E. Grayscale: #E4E4E4. Windows color (decimal): -1511263 or 10612968. OLE color: 10612968.
HSL color Cylindrical-coordinate representation of color #E8F0A1: hue angle of 66.08º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8F0A1 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 240 | 161 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.06 |
| HSL | 66.08º | 0.72% | 0.79% | - |
| HSV(B) | 66.08º | 0.33% | 0.94% | - |
| XYZ | 70.87 | 82.05 | 45.82 | - |
| YUV | 228.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 240 | 161 | 0.03 | 0 | 0.33 | 0.06 | 66.08 | 0.72 | 0.79 |
| Hex | E8 | F0 | A1 | 3 | 0 | 21 | 6 | 42 | 48 | 4F |
| Octal | 350 | 360 | 241 | 3 | 0 | 41 | 6 | 102 | 110 | 117 |
| Binary | 11101000 | 11110000 | 10100001 | 11 | 0 | 100001 | 110 | 1000010 | 1001000 | 1001111 |
Color Harmonies of #E8F0A1
Complementary color
Monochromatic Colors of #E8F0A1
Black with #E8F0A1
Text Example
Text Example
White with #E8F0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F0A1; }
p { color: rgb(232,240,161); }
H1.HeaderClassName
{
color: #E8F0A1;
}
.AnyTagClassName
{
color: #E8F0A1;
}
</style>
background-color css
<style>
a { background-color: #E8F0A1; }
a { background-color: rgb(232,240,161); }
div.DivClassName
{
background-color: #E8F0A1;
}
.BgClassName
{
background-color: #E8F0A1;
}
</style>
border-color css
<style>
span { border-color: #E8F0A1; }
span { border-color: rgb(232,240,161); }
td.TdClassName
{
border-color: #E8F0A1;
}
.TagClassName
{
border-color: #E8F0A1;
}
</style>