Shades of Australian Mint #E7F3AA
Tints of Australian Mint #E7F3AA
RGB
CMYK
RGB Variations
Color information
#E7F3AA (or 0xE7F3AA) is known color: Australian Mint. HEX triplet: E7, F3 and AA. RGB value is (231,243,170). Sum of RGB (Red+Green+Blue) = 231+243+170=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #E7F3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F3AA is #180C55. Grayscale: #E7E7E7. Windows color (decimal): -1576022 or 11203559. OLE color: 11203559.
HSL color Cylindrical-coordinate representation of color #E7F3AA: hue angle of 69.86º 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 #E7F3AA is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 243 | 170 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.05 |
| HSL | 69.86º | 0.75% | 0.81% | - |
| HSV(B) | 69.86º | 0.3% | 0.95% | - |
| XYZ | 72.26 | 83.99 | 50.43 | - |
| YUV | 231.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 243 | 170 | 0.05 | 0 | 0.30 | 0.05 | 69.86 | 0.75 | 0.81 |
| Hex | E7 | F3 | AA | 5 | 0 | 1E | 5 | 46 | 4B | 51 |
| Octal | 347 | 363 | 252 | 5 | 0 | 36 | 5 | 106 | 113 | 121 |
| Binary | 11100111 | 11110011 | 10101010 | 101 | 0 | 11110 | 101 | 1000110 | 1001011 | 1010001 |
Color Harmonies of #E7F3AA
Complementary color
Monochromatic Colors of #E7F3AA
Black with #E7F3AA
Text Example
Text Example
White with #E7F3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F3AA; }
p { color: rgb(231,243,170); }
H1.HeaderClassName
{
color: #E7F3AA;
}
.AnyTagClassName
{
color: #E7F3AA;
}
</style>
background-color css
<style>
a { background-color: #E7F3AA; }
a { background-color: rgb(231,243,170); }
div.DivClassName
{
background-color: #E7F3AA;
}
.BgClassName
{
background-color: #E7F3AA;
}
</style>
border-color css
<style>
span { border-color: #E7F3AA; }
span { border-color: rgb(231,243,170); }
td.TdClassName
{
border-color: #E7F3AA;
}
.TagClassName
{
border-color: #E7F3AA;
}
</style>