Shades of Australian Mint #E1EFAB
Tints of Australian Mint #E1EFAB
RGB
CMYK
RGB Variations
Color information
#E1EFAB (or 0xE1EFAB) is known color: Australian Mint. HEX triplet: E1, EF and AB. RGB value is (225,239,171). Sum of RGB (Red+Green+Blue) = 225+239+171=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EFAB is #1E1054. Grayscale: #E3E3E3. Windows color (decimal): -1970261 or 11268065. OLE color: 11268065.
HSL color Cylindrical-coordinate representation of color #E1EFAB: hue angle of 72.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1EFAB is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 239 | 171 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.06 |
| HSL | 72.35º | 0.68% | 0.8% | - |
| HSV(B) | 72.35º | 0.28% | 0.94% | - |
| XYZ | 69.27 | 80.68 | 50.45 | - |
| YUV | 227.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 239 | 171 | 0.06 | 0 | 0.28 | 0.06 | 72.35 | 0.68 | 0.8 |
| Hex | E1 | EF | AB | 6 | 0 | 1C | 6 | 48 | 44 | 50 |
| Octal | 341 | 357 | 253 | 6 | 0 | 34 | 6 | 110 | 104 | 120 |
| Binary | 11100001 | 11101111 | 10101011 | 110 | 0 | 11100 | 110 | 1001000 | 1000100 | 1010000 |
Color Harmonies of #E1EFAB
Complementary color
Monochromatic Colors of #E1EFAB
Black with #E1EFAB
Text Example
Text Example
White with #E1EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EFAB; }
p { color: rgb(225,239,171); }
H1.HeaderClassName
{
color: #E1EFAB;
}
.AnyTagClassName
{
color: #E1EFAB;
}
</style>
background-color css
<style>
a { background-color: #E1EFAB; }
a { background-color: rgb(225,239,171); }
div.DivClassName
{
background-color: #E1EFAB;
}
.BgClassName
{
background-color: #E1EFAB;
}
</style>
border-color css
<style>
span { border-color: #E1EFAB; }
span { border-color: rgb(225,239,171); }
td.TdClassName
{
border-color: #E1EFAB;
}
.TagClassName
{
border-color: #E1EFAB;
}
</style>