Shades of Australian Mint #E1FAB0
Tints of Australian Mint #E1FAB0
RGB
CMYK
RGB Variations
Color information
#E1FAB0 (or 0xE1FAB0) is known color: Australian Mint. HEX triplet: E1, FA and B0. RGB value is (225,250,176). Sum of RGB (Red+Green+Blue) = 225+250+176=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 176 (69.14% from 255 or 27.04% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FAB0 is #1E054F. Grayscale: #EAEAEA. Windows color (decimal): -1967440 or 11598561. OLE color: 11598561.
HSL color Cylindrical-coordinate representation of color #E1FAB0: hue angle of 80.27º 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 #E1FAB0 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 176 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.02 |
| HSL | 80.27º | 0.88% | 0.84% | - |
| HSV(B) | 80.27º | 0.3% | 0.98% | - |
| XYZ | 73.07 | 87.51 | 54.11 | - |
| YUV | 234.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 176 | 0.10 | 0 | 0.30 | 0.02 | 80.27 | 0.88 | 0.84 |
| Hex | E1 | FA | B0 | A | 0 | 1E | 2 | 50 | 58 | 54 |
| Octal | 341 | 372 | 260 | 12 | 0 | 36 | 2 | 120 | 130 | 124 |
| Binary | 11100001 | 11111010 | 10110000 | 1010 | 0 | 11110 | 10 | 1010000 | 1011000 | 1010100 |
Color Harmonies of #E1FAB0
Complementary color
Monochromatic Colors of #E1FAB0
Black with #E1FAB0
Text Example
Text Example
White with #E1FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAB0; }
p { color: rgb(225,250,176); }
H1.HeaderClassName
{
color: #E1FAB0;
}
.AnyTagClassName
{
color: #E1FAB0;
}
</style>
background-color css
<style>
a { background-color: #E1FAB0; }
a { background-color: rgb(225,250,176); }
div.DivClassName
{
background-color: #E1FAB0;
}
.BgClassName
{
background-color: #E1FAB0;
}
</style>
border-color css
<style>
span { border-color: #E1FAB0; }
span { border-color: rgb(225,250,176); }
td.TdClassName
{
border-color: #E1FAB0;
}
.TagClassName
{
border-color: #E1FAB0;
}
</style>