Shades of Australian Mint #E9FBB0
Tints of Australian Mint #E9FBB0
RGB
CMYK
RGB Variations
Color information
#E9FBB0 (or 0xE9FBB0) is known color: Australian Mint. HEX triplet: E9, FB and B0. RGB value is (233,251,176). Sum of RGB (Red+Green+Blue) = 233+251+176=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 176 (69.14% from 255 or 26.67% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #E9FBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FBB0 is #16044F. Grayscale: #EDEDED. Windows color (decimal): -1442896 or 11598825. OLE color: 11598825.
HSL color Cylindrical-coordinate representation of color #E9FBB0: hue angle of 74.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9FBB0 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 251 | 176 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.02 |
| HSL | 74.4º | 0.9% | 0.84% | - |
| HSV(B) | 74.4º | 0.3% | 0.98% | - |
| XYZ | 75.94 | 89.45 | 54.34 | - |
| YUV | 237.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 251 | 176 | 0.07 | 0 | 0.30 | 0.02 | 74.4 | 0.9 | 0.84 |
| Hex | E9 | FB | B0 | 7 | 0 | 1E | 2 | 4A | 5A | 54 |
| Octal | 351 | 373 | 260 | 7 | 0 | 36 | 2 | 112 | 132 | 124 |
| Binary | 11101001 | 11111011 | 10110000 | 111 | 0 | 11110 | 10 | 1001010 | 1011010 | 1010100 |
Color Harmonies of #E9FBB0
Complementary color
Monochromatic Colors of #E9FBB0
Black with #E9FBB0
Text Example
Text Example
White with #E9FBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FBB0; }
p { color: rgb(233,251,176); }
H1.HeaderClassName
{
color: #E9FBB0;
}
.AnyTagClassName
{
color: #E9FBB0;
}
</style>
background-color css
<style>
a { background-color: #E9FBB0; }
a { background-color: rgb(233,251,176); }
div.DivClassName
{
background-color: #E9FBB0;
}
.BgClassName
{
background-color: #E9FBB0;
}
</style>
border-color css
<style>
span { border-color: #E9FBB0; }
span { border-color: rgb(233,251,176); }
td.TdClassName
{
border-color: #E9FBB0;
}
.TagClassName
{
border-color: #E9FBB0;
}
</style>