Shades of Australian Mint #E4FAB0
Tints of Australian Mint #E4FAB0
RGB
CMYK
RGB Variations
Color information
#E4FAB0 (or 0xE4FAB0) is known color: Australian Mint. HEX triplet: E4, FA and B0. RGB value is (228,250,176). Sum of RGB (Red+Green+Blue) = 228+250+176=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 176 (69.14% from 255 or 26.91% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FAB0 is #1B054F. Grayscale: #EBEBEB. Windows color (decimal): -1770832 or 11598564. OLE color: 11598564.
HSL color Cylindrical-coordinate representation of color #E4FAB0: hue angle of 77.84º degrees, saturation: 0.88, 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 #E4FAB0 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 250 | 176 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.02 |
| HSL | 77.84º | 0.88% | 0.84% | - |
| HSV(B) | 77.84º | 0.3% | 0.98% | - |
| XYZ | 74.02 | 88 | 54.16 | - |
| YUV | 234.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 250 | 176 | 0.09 | 0 | 0.30 | 0.02 | 77.84 | 0.88 | 0.84 |
| Hex | E4 | FA | B0 | 9 | 0 | 1E | 2 | 4E | 58 | 54 |
| Octal | 344 | 372 | 260 | 11 | 0 | 36 | 2 | 116 | 130 | 124 |
| Binary | 11100100 | 11111010 | 10110000 | 1001 | 0 | 11110 | 10 | 1001110 | 1011000 | 1010100 |
Color Harmonies of #E4FAB0
Complementary color
Monochromatic Colors of #E4FAB0
Black with #E4FAB0
Text Example
Text Example
White with #E4FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FAB0; }
p { color: rgb(228,250,176); }
H1.HeaderClassName
{
color: #E4FAB0;
}
.AnyTagClassName
{
color: #E4FAB0;
}
</style>
background-color css
<style>
a { background-color: #E4FAB0; }
a { background-color: rgb(228,250,176); }
div.DivClassName
{
background-color: #E4FAB0;
}
.BgClassName
{
background-color: #E4FAB0;
}
</style>
border-color css
<style>
span { border-color: #E4FAB0; }
span { border-color: rgb(228,250,176); }
td.TdClassName
{
border-color: #E4FAB0;
}
.TagClassName
{
border-color: #E4FAB0;
}
</style>