Shades of Australian Mint #E5EFAC
Tints of Australian Mint #E5EFAC
RGB
CMYK
RGB Variations
Color information
#E5EFAC (or 0xE5EFAC) is known color: Australian Mint. HEX triplet: E5, EF and AC. RGB value is (229,239,172). Sum of RGB (Red+Green+Blue) = 229+239+172=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EFAC is #1A1053. Grayscale: #E4E4E4. Windows color (decimal): -1708116 or 11333605. OLE color: 11333605.
HSL color Cylindrical-coordinate representation of color #E5EFAC: hue angle of 68.96º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5EFAC is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 172 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.06 |
| HSL | 68.96º | 0.68% | 0.81% | - |
| HSV(B) | 68.96º | 0.28% | 0.94% | - |
| XYZ | 70.63 | 81.37 | 51.01 | - |
| YUV | 228.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 172 | 0.04 | 0 | 0.28 | 0.06 | 68.96 | 0.68 | 0.81 |
| Hex | E5 | EF | AC | 4 | 0 | 1C | 6 | 45 | 44 | 51 |
| Octal | 345 | 357 | 254 | 4 | 0 | 34 | 6 | 105 | 104 | 121 |
| Binary | 11100101 | 11101111 | 10101100 | 100 | 0 | 11100 | 110 | 1000101 | 1000100 | 1010001 |
Color Harmonies of #E5EFAC
Complementary color
Monochromatic Colors of #E5EFAC
Black with #E5EFAC
Text Example
Text Example
White with #E5EFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFAC; }
p { color: rgb(229,239,172); }
H1.HeaderClassName
{
color: #E5EFAC;
}
.AnyTagClassName
{
color: #E5EFAC;
}
</style>
background-color css
<style>
a { background-color: #E5EFAC; }
a { background-color: rgb(229,239,172); }
div.DivClassName
{
background-color: #E5EFAC;
}
.BgClassName
{
background-color: #E5EFAC;
}
</style>
border-color css
<style>
span { border-color: #E5EFAC; }
span { border-color: rgb(229,239,172); }
td.TdClassName
{
border-color: #E5EFAC;
}
.TagClassName
{
border-color: #E5EFAC;
}
</style>