Shades of Australian Mint #E9FBA1
Tints of Australian Mint #E9FBA1
RGB
CMYK
RGB Variations
Color information
#E9FBA1 (or 0xE9FBA1) is known color: Australian Mint. HEX triplet: E9, FB and A1. RGB value is (233,251,161). Sum of RGB (Red+Green+Blue) = 233+251+161=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 161 (63.28% from 255 or 24.96% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #E9FBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FBA1 is #16045E. Grayscale: #EBEBEB. Windows color (decimal): -1442911 or 10615785. OLE color: 10615785.
HSL color Cylindrical-coordinate representation of color #E9FBA1: hue angle of 72º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9FBA1 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 251 | 161 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.02 |
| HSL | 72º | 0.92% | 0.81% | - |
| HSV(B) | 72º | 0.36% | 0.98% | - |
| XYZ | 74.53 | 88.89 | 46.95 | - |
| YUV | 235.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 251 | 161 | 0.07 | 0 | 0.36 | 0.02 | 72 | 0.92 | 0.81 |
| Hex | E9 | FB | A1 | 7 | 0 | 24 | 2 | 48 | 5C | 51 |
| Octal | 351 | 373 | 241 | 7 | 0 | 44 | 2 | 110 | 134 | 121 |
| Binary | 11101001 | 11111011 | 10100001 | 111 | 0 | 100100 | 10 | 1001000 | 1011100 | 1010001 |
Color Harmonies of #E9FBA1
Complementary color
Monochromatic Colors of #E9FBA1
Black with #E9FBA1
Text Example
Text Example
White with #E9FBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FBA1; }
p { color: rgb(233,251,161); }
H1.HeaderClassName
{
color: #E9FBA1;
}
.AnyTagClassName
{
color: #E9FBA1;
}
</style>
background-color css
<style>
a { background-color: #E9FBA1; }
a { background-color: rgb(233,251,161); }
div.DivClassName
{
background-color: #E9FBA1;
}
.BgClassName
{
background-color: #E9FBA1;
}
</style>
border-color css
<style>
span { border-color: #E9FBA1; }
span { border-color: rgb(233,251,161); }
td.TdClassName
{
border-color: #E9FBA1;
}
.TagClassName
{
border-color: #E9FBA1;
}
</style>