Shades of Australian Mint #E8F3AA
Tints of Australian Mint #E8F3AA
RGB
CMYK
RGB Variations
Color information
#E8F3AA (or 0xE8F3AA) is known color: Australian Mint. HEX triplet: E8, F3 and AA. RGB value is (232,243,170). Sum of RGB (Red+Green+Blue) = 232+243+170=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #E8F3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F3AA is #170C55. Grayscale: #E7E7E7. Windows color (decimal): -1510486 or 11203560. OLE color: 11203560.
HSL color Cylindrical-coordinate representation of color #E8F3AA: hue angle of 69.04º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8F3AA is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 243 | 170 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.05 |
| HSL | 69.04º | 0.75% | 0.81% | - |
| HSV(B) | 69.04º | 0.3% | 0.95% | - |
| XYZ | 72.59 | 84.16 | 50.45 | - |
| YUV | 231.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 243 | 170 | 0.05 | 0 | 0.30 | 0.05 | 69.04 | 0.75 | 0.81 |
| Hex | E8 | F3 | AA | 5 | 0 | 1E | 5 | 45 | 4B | 51 |
| Octal | 350 | 363 | 252 | 5 | 0 | 36 | 5 | 105 | 113 | 121 |
| Binary | 11101000 | 11110011 | 10101010 | 101 | 0 | 11110 | 101 | 1000101 | 1001011 | 1010001 |
Color Harmonies of #E8F3AA
Complementary color
Monochromatic Colors of #E8F3AA
Black with #E8F3AA
Text Example
Text Example
White with #E8F3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F3AA; }
p { color: rgb(232,243,170); }
H1.HeaderClassName
{
color: #E8F3AA;
}
.AnyTagClassName
{
color: #E8F3AA;
}
</style>
background-color css
<style>
a { background-color: #E8F3AA; }
a { background-color: rgb(232,243,170); }
div.DivClassName
{
background-color: #E8F3AA;
}
.BgClassName
{
background-color: #E8F3AA;
}
</style>
border-color css
<style>
span { border-color: #E8F3AA; }
span { border-color: rgb(232,243,170); }
td.TdClassName
{
border-color: #E8F3AA;
}
.TagClassName
{
border-color: #E8F3AA;
}
</style>