Shades of Australian Mint #E9FCAA
Tints of Australian Mint #E9FCAA
RGB
CMYK
RGB Variations
Color information
#E9FCAA (or 0xE9FCAA) is known color: Australian Mint. HEX triplet: E9, FC and AA. RGB value is (233,252,170). Sum of RGB (Red+Green+Blue) = 233+252+170=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #E9FCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FCAA is #160355. Grayscale: #EDEDED. Windows color (decimal): -1442646 or 11205865. OLE color: 11205865.
HSL color Cylindrical-coordinate representation of color #E9FCAA: hue angle of 73.9º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9FCAA is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 252 | 170 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.01 |
| HSL | 73.9º | 0.93% | 0.83% | - |
| HSV(B) | 73.9º | 0.33% | 0.99% | - |
| XYZ | 75.67 | 89.85 | 51.38 | - |
| YUV | 236.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 252 | 170 | 0.08 | 0 | 0.33 | 0.01 | 73.9 | 0.93 | 0.83 |
| Hex | E9 | FC | AA | 8 | 0 | 21 | 1 | 4A | 5D | 53 |
| Octal | 351 | 374 | 252 | 10 | 0 | 41 | 1 | 112 | 135 | 123 |
| Binary | 11101001 | 11111100 | 10101010 | 1000 | 0 | 100001 | 1 | 1001010 | 1011101 | 1010011 |
Color Harmonies of #E9FCAA
Complementary color
Monochromatic Colors of #E9FCAA
Black with #E9FCAA
Text Example
Text Example
White with #E9FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FCAA; }
p { color: rgb(233,252,170); }
H1.HeaderClassName
{
color: #E9FCAA;
}
.AnyTagClassName
{
color: #E9FCAA;
}
</style>
background-color css
<style>
a { background-color: #E9FCAA; }
a { background-color: rgb(233,252,170); }
div.DivClassName
{
background-color: #E9FCAA;
}
.BgClassName
{
background-color: #E9FCAA;
}
</style>
border-color css
<style>
span { border-color: #E9FCAA; }
span { border-color: rgb(233,252,170); }
td.TdClassName
{
border-color: #E9FCAA;
}
.TagClassName
{
border-color: #E9FCAA;
}
</style>