Shades of Australian Mint #E8FAB0
Tints of Australian Mint #E8FAB0
RGB
CMYK
RGB Variations
Color information
#E8FAB0 (or 0xE8FAB0) is known color: Australian Mint. HEX triplet: E8, FA and B0. RGB value is (232,250,176). Sum of RGB (Red+Green+Blue) = 232+250+176=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 176 (69.14% from 255 or 26.75% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FAB0 is #17054F. Grayscale: #ECECEC. Windows color (decimal): -1508688 or 11598568. OLE color: 11598568.
HSL color Cylindrical-coordinate representation of color #E8FAB0: hue angle of 74.59º 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 #E8FAB0 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 176 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.02 |
| HSL | 74.59º | 0.88% | 0.84% | - |
| HSV(B) | 74.59º | 0.3% | 0.98% | - |
| XYZ | 75.3 | 88.66 | 54.22 | - |
| YUV | 236.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 176 | 0.07 | 0 | 0.30 | 0.02 | 74.59 | 0.88 | 0.84 |
| Hex | E8 | FA | B0 | 7 | 0 | 1E | 2 | 4B | 58 | 54 |
| Octal | 350 | 372 | 260 | 7 | 0 | 36 | 2 | 113 | 130 | 124 |
| Binary | 11101000 | 11111010 | 10110000 | 111 | 0 | 11110 | 10 | 1001011 | 1011000 | 1010100 |
Color Harmonies of #E8FAB0
Complementary color
Monochromatic Colors of #E8FAB0
Black with #E8FAB0
Text Example
Text Example
White with #E8FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAB0; }
p { color: rgb(232,250,176); }
H1.HeaderClassName
{
color: #E8FAB0;
}
.AnyTagClassName
{
color: #E8FAB0;
}
</style>
background-color css
<style>
a { background-color: #E8FAB0; }
a { background-color: rgb(232,250,176); }
div.DivClassName
{
background-color: #E8FAB0;
}
.BgClassName
{
background-color: #E8FAB0;
}
</style>
border-color css
<style>
span { border-color: #E8FAB0; }
span { border-color: rgb(232,250,176); }
td.TdClassName
{
border-color: #E8FAB0;
}
.TagClassName
{
border-color: #E8FAB0;
}
</style>