Shades of Australian Mint #E4EFAD
Tints of Australian Mint #E4EFAD
RGB
CMYK
RGB Variations
Color information
#E4EFAD (or 0xE4EFAD) is known color: Australian Mint. HEX triplet: E4, EF and AD. RGB value is (228,239,173). Sum of RGB (Red+Green+Blue) = 228+239+173=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #E4EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EFAD is #1B1052. Grayscale: #E4E4E4. Windows color (decimal): -1773651 or 11399140. OLE color: 11399140.
HSL color Cylindrical-coordinate representation of color #E4EFAD: hue angle of 70º degrees, saturation: 0.67, 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 #E4EFAD is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 239 | 173 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.06 |
| HSL | 70º | 0.67% | 0.81% | - |
| HSV(B) | 70º | 0.28% | 0.94% | - |
| XYZ | 70.4 | 81.24 | 51.51 | - |
| YUV | 228.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 239 | 173 | 0.05 | 0 | 0.28 | 0.06 | 70 | 0.67 | 0.81 |
| Hex | E4 | EF | AD | 5 | 0 | 1C | 6 | 46 | 43 | 51 |
| Octal | 344 | 357 | 255 | 5 | 0 | 34 | 6 | 106 | 103 | 121 |
| Binary | 11100100 | 11101111 | 10101101 | 101 | 0 | 11100 | 110 | 1000110 | 1000011 | 1010001 |
Color Harmonies of #E4EFAD
Complementary color
Monochromatic Colors of #E4EFAD
Black with #E4EFAD
Text Example
Text Example
White with #E4EFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EFAD; }
p { color: rgb(228,239,173); }
H1.HeaderClassName
{
color: #E4EFAD;
}
.AnyTagClassName
{
color: #E4EFAD;
}
</style>
background-color css
<style>
a { background-color: #E4EFAD; }
a { background-color: rgb(228,239,173); }
div.DivClassName
{
background-color: #E4EFAD;
}
.BgClassName
{
background-color: #E4EFAD;
}
</style>
border-color css
<style>
span { border-color: #E4EFAD; }
span { border-color: rgb(228,239,173); }
td.TdClassName
{
border-color: #E4EFAD;
}
.TagClassName
{
border-color: #E4EFAD;
}
</style>