Shades of Australian Mint #E9FAAB
Tints of Australian Mint #E9FAAB
RGB
CMYK
RGB Variations
Color information
#E9FAAB (or 0xE9FAAB) is known color: Australian Mint. HEX triplet: E9, FA and AB. RGB value is (233,250,171). Sum of RGB (Red+Green+Blue) = 233+250+171=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 171 (67.19% from 255 or 26.15% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FAAB is #160554. Grayscale: #ECECEC. Windows color (decimal): -1443157 or 11270889. OLE color: 11270889.
HSL color Cylindrical-coordinate representation of color #E9FAAB: hue angle of 72.91º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9FAAB is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 171 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.02 |
| HSL | 72.91º | 0.89% | 0.83% | - |
| HSV(B) | 72.91º | 0.32% | 0.98% | - |
| XYZ | 75.14 | 88.64 | 51.68 | - |
| YUV | 235.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 171 | 0.07 | 0 | 0.32 | 0.02 | 72.91 | 0.89 | 0.83 |
| Hex | E9 | FA | AB | 7 | 0 | 20 | 2 | 49 | 59 | 53 |
| Octal | 351 | 372 | 253 | 7 | 0 | 40 | 2 | 111 | 131 | 123 |
| Binary | 11101001 | 11111010 | 10101011 | 111 | 0 | 100000 | 10 | 1001001 | 1011001 | 1010011 |
Color Harmonies of #E9FAAB
Complementary color
Monochromatic Colors of #E9FAAB
Black with #E9FAAB
Text Example
Text Example
White with #E9FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FAAB; }
p { color: rgb(233,250,171); }
H1.HeaderClassName
{
color: #E9FAAB;
}
.AnyTagClassName
{
color: #E9FAAB;
}
</style>
background-color css
<style>
a { background-color: #E9FAAB; }
a { background-color: rgb(233,250,171); }
div.DivClassName
{
background-color: #E9FAAB;
}
.BgClassName
{
background-color: #E9FAAB;
}
</style>
border-color css
<style>
span { border-color: #E9FAAB; }
span { border-color: rgb(233,250,171); }
td.TdClassName
{
border-color: #E9FAAB;
}
.TagClassName
{
border-color: #E9FAAB;
}
</style>