Shades of Australian Mint #E5F1AB
Tints of Australian Mint #E5F1AB
RGB
CMYK
RGB Variations
Color information
#E5F1AB (or 0xE5F1AB) is known color: Australian Mint. HEX triplet: E5, F1 and AB. RGB value is (229,241,171). Sum of RGB (Red+Green+Blue) = 229+241+171=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F1AB is #1A0E54. Grayscale: #E5E5E5. Windows color (decimal): -1707605 or 11268581. OLE color: 11268581.
HSL color Cylindrical-coordinate representation of color #E5F1AB: hue angle of 70.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5F1AB is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 241 | 171 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.05 |
| HSL | 70.29º | 0.71% | 0.81% | - |
| HSV(B) | 70.29º | 0.29% | 0.95% | - |
| XYZ | 71.12 | 82.51 | 50.71 | - |
| YUV | 229.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 241 | 171 | 0.05 | 0 | 0.29 | 0.05 | 70.29 | 0.71 | 0.81 |
| Hex | E5 | F1 | AB | 5 | 0 | 1D | 5 | 46 | 47 | 51 |
| Octal | 345 | 361 | 253 | 5 | 0 | 35 | 5 | 106 | 107 | 121 |
| Binary | 11100101 | 11110001 | 10101011 | 101 | 0 | 11101 | 101 | 1000110 | 1000111 | 1010001 |
Color Harmonies of #E5F1AB
Complementary color
Monochromatic Colors of #E5F1AB
Black with #E5F1AB
Text Example
Text Example
White with #E5F1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F1AB; }
p { color: rgb(229,241,171); }
H1.HeaderClassName
{
color: #E5F1AB;
}
.AnyTagClassName
{
color: #E5F1AB;
}
</style>
background-color css
<style>
a { background-color: #E5F1AB; }
a { background-color: rgb(229,241,171); }
div.DivClassName
{
background-color: #E5F1AB;
}
.BgClassName
{
background-color: #E5F1AB;
}
</style>
border-color css
<style>
span { border-color: #E5F1AB; }
span { border-color: rgb(229,241,171); }
td.TdClassName
{
border-color: #E5F1AB;
}
.TagClassName
{
border-color: #E5F1AB;
}
</style>