Shades of Australian Mint #E2FAB1
Tints of Australian Mint #E2FAB1
RGB
CMYK
RGB Variations
Color information
#E2FAB1 (or 0xE2FAB1) is known color: Australian Mint. HEX triplet: E2, FA and B1. RGB value is (226,250,177). Sum of RGB (Red+Green+Blue) = 226+250+177=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 177 (69.53% from 255 or 27.11% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FAB1 is #1D054E. Grayscale: #EAEAEA. Windows color (decimal): -1901903 or 11664098. OLE color: 11664098.
HSL color Cylindrical-coordinate representation of color #E2FAB1: hue angle of 79.73º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2FAB1 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 250 | 177 | - |
CMYK | 0.10 | 0 | 0.29 | 0.02 |
HSL | 79.73º | 0.88% | 0.84% | - |
HSV(B) | 79.73º | 0.29% | 0.98% | - |
XYZ | 73.49 | 87.71 | 54.65 | - |
YUV | 234.5 | 95.55 | 121.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 250 | 177 | 0.10 | 0 | 0.29 | 0.02 | 79.73 | 0.88 | 0.84 |
Hex | E2 | FA | B1 | A | 0 | 1D | 2 | 50 | 58 | 54 |
Octal | 342 | 372 | 261 | 12 | 0 | 35 | 2 | 120 | 130 | 124 |
Binary | 11100010 | 11111010 | 10110001 | 1010 | 0 | 11101 | 10 | 1010000 | 1011000 | 1010100 |
Color Harmonies of #E2FAB1
Complementary color
Monochromatic Colors of #E2FAB1
Black with #E2FAB1
Text Example
Text Example
White with #E2FAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAB1; }
p { color: rgb(226,250,177); }
H1.HeaderClassName
{
color: #E2FAB1;
}
.AnyTagClassName
{
color: #E2FAB1;
}
</style>
background-color css
<style>
a { background-color: #E2FAB1; }
a { background-color: rgb(226,250,177); }
div.DivClassName
{
background-color: #E2FAB1;
}
.BgClassName
{
background-color: #E2FAB1;
}
</style>
border-color css
<style>
span { border-color: #E2FAB1; }
span { border-color: rgb(226,250,177); }
td.TdClassName
{
border-color: #E2FAB1;
}
.TagClassName
{
border-color: #E2FAB1;
}
</style>