Shades of Australian Mint #E8F3B1
Tints of Australian Mint #E8F3B1
RGB
CMYK
RGB Variations
Color information
#E8F3B1 (or 0xE8F3B1) is known color: Australian Mint. HEX triplet: E8, F3 and B1. RGB value is (232,243,177). Sum of RGB (Red+Green+Blue) = 232+243+177=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #E8F3B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F3B1 is #170C4E. Grayscale: #E8E8E8. Windows color (decimal): -1510479 or 11662312. OLE color: 11662312.
HSL color Cylindrical-coordinate representation of color #E8F3B1: hue angle of 70º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8F3B1 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 243 | 177 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.05 |
| HSL | 70º | 0.73% | 0.82% | - |
| HSV(B) | 70º | 0.27% | 0.95% | - |
| XYZ | 73.27 | 84.43 | 54.03 | - |
| YUV | 232.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 243 | 177 | 0.05 | 0 | 0.27 | 0.05 | 70 | 0.73 | 0.82 |
| Hex | E8 | F3 | B1 | 5 | 0 | 1B | 5 | 46 | 49 | 52 |
| Octal | 350 | 363 | 261 | 5 | 0 | 33 | 5 | 106 | 111 | 122 |
| Binary | 11101000 | 11110011 | 10110001 | 101 | 0 | 11011 | 101 | 1000110 | 1001001 | 1010010 |
Color Harmonies of #E8F3B1
Complementary color
Monochromatic Colors of #E8F3B1
Black with #E8F3B1
Text Example
Text Example
White with #E8F3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F3B1; }
p { color: rgb(232,243,177); }
H1.HeaderClassName
{
color: #E8F3B1;
}
.AnyTagClassName
{
color: #E8F3B1;
}
</style>
background-color css
<style>
a { background-color: #E8F3B1; }
a { background-color: rgb(232,243,177); }
div.DivClassName
{
background-color: #E8F3B1;
}
.BgClassName
{
background-color: #E8F3B1;
}
</style>
border-color css
<style>
span { border-color: #E8F3B1; }
span { border-color: rgb(232,243,177); }
td.TdClassName
{
border-color: #E8F3B1;
}
.TagClassName
{
border-color: #E8F3B1;
}
</style>