Shades of Australian Mint #E9FFB4
Tints of Australian Mint #E9FFB4
RGB
CMYK
RGB Variations
Color information
#E9FFB4 (or 0xE9FFB4) is known color: Australian Mint. HEX triplet: E9, FF and B4. RGB value is (233,255,180). Sum of RGB (Red+Green+Blue) = 233+255+180=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 180 (70.70% from 255 or 26.95% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FFB4 is #16004B. Grayscale: #F0F0F0. Windows color (decimal): -1441868 or 11861993. OLE color: 11861993.
HSL color Cylindrical-coordinate representation of color #E9FFB4: hue angle of 77.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9FFB4 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 180 | - |
| CMYK | 0.09 | 0 | 0.29 | 0 |
| HSL | 77.6º | 1% | 0.85% | - |
| HSV(B) | 77.6º | 0.29% | 1% | - |
| XYZ | 77.6 | 92.14 | 56.87 | - |
| YUV | 239.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 180 | 0.09 | 0 | 0.29 | 0 | 77.6 | 1 | 0.85 |
| Hex | E9 | FF | B4 | 9 | 0 | 1D | 0 | 4E | 64 | 55 |
| Octal | 351 | 377 | 264 | 11 | 0 | 35 | 0 | 116 | 144 | 125 |
| Binary | 11101001 | 11111111 | 10110100 | 1001 | 0 | 11101 | 0 | 1001110 | 1100100 | 1010101 |
Color Harmonies of #E9FFB4
Complementary color
Monochromatic Colors of #E9FFB4
Black with #E9FFB4
Text Example
Text Example
White with #E9FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FFB4; }
p { color: rgb(233,255,180); }
H1.HeaderClassName
{
color: #E9FFB4;
}
.AnyTagClassName
{
color: #E9FFB4;
}
</style>
background-color css
<style>
a { background-color: #E9FFB4; }
a { background-color: rgb(233,255,180); }
div.DivClassName
{
background-color: #E9FFB4;
}
.BgClassName
{
background-color: #E9FFB4;
}
</style>
border-color css
<style>
span { border-color: #E9FFB4; }
span { border-color: rgb(233,255,180); }
td.TdClassName
{
border-color: #E9FFB4;
}
.TagClassName
{
border-color: #E9FFB4;
}
</style>