Shades of Australian Mint #E8F8AD
Tints of Australian Mint #E8F8AD
RGB
CMYK
RGB Variations
Color information
#E8F8AD (or 0xE8F8AD) is known color: Australian Mint. HEX triplet: E8, F8 and AD. RGB value is (232,248,173). Sum of RGB (Red+Green+Blue) = 232+248+173=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #E8F8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F8AD is #170752. Grayscale: #EAEAEA. Windows color (decimal): -1509203 or 11401448. OLE color: 11401448.
HSL color Cylindrical-coordinate representation of color #E8F8AD: hue angle of 72.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8F8AD is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 248 | 173 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.03 |
| HSL | 72.8º | 0.84% | 0.83% | - |
| HSV(B) | 72.8º | 0.3% | 0.97% | - |
| XYZ | 74.39 | 87.31 | 52.47 | - |
| YUV | 234.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 248 | 173 | 0.06 | 0 | 0.30 | 0.03 | 72.8 | 0.84 | 0.83 |
| Hex | E8 | F8 | AD | 6 | 0 | 1E | 3 | 49 | 54 | 53 |
| Octal | 350 | 370 | 255 | 6 | 0 | 36 | 3 | 111 | 124 | 123 |
| Binary | 11101000 | 11111000 | 10101101 | 110 | 0 | 11110 | 11 | 1001001 | 1010100 | 1010011 |
Color Harmonies of #E8F8AD
Complementary color
Monochromatic Colors of #E8F8AD
Black with #E8F8AD
Text Example
Text Example
White with #E8F8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F8AD; }
p { color: rgb(232,248,173); }
H1.HeaderClassName
{
color: #E8F8AD;
}
.AnyTagClassName
{
color: #E8F8AD;
}
</style>
background-color css
<style>
a { background-color: #E8F8AD; }
a { background-color: rgb(232,248,173); }
div.DivClassName
{
background-color: #E8F8AD;
}
.BgClassName
{
background-color: #E8F8AD;
}
</style>
border-color css
<style>
span { border-color: #E8F8AD; }
span { border-color: rgb(232,248,173); }
td.TdClassName
{
border-color: #E8F8AD;
}
.TagClassName
{
border-color: #E8F8AD;
}
</style>