Shades of Australian Mint #EEF2AD
Tints of Australian Mint #EEF2AD
RGB
CMYK
RGB Variations
Color information
#EEF2AD (or 0xEEF2AD) is known color: Australian Mint. HEX triplet: EE, F2 and AD. RGB value is (238,242,173). Sum of RGB (Red+Green+Blue) = 238+242+173=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF2AD is #110D52. Grayscale: #E9E9E9. Windows color (decimal): -1117523 or 11399918. OLE color: 11399918.
HSL color Cylindrical-coordinate representation of color #EEF2AD: hue angle of 63.48º degrees, saturation: 0.73, 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 #EEF2AD is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 173 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.05 |
| HSL | 63.48º | 0.73% | 0.81% | - |
| HSV(B) | 63.48º | 0.29% | 0.95% | - |
| XYZ | 74.55 | 84.7 | 51.95 | - |
| YUV | 232.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 173 | 0.02 | 0 | 0.29 | 0.05 | 63.48 | 0.73 | 0.81 |
| Hex | EE | F2 | AD | 2 | 0 | 1D | 5 | 3F | 49 | 51 |
| Octal | 356 | 362 | 255 | 2 | 0 | 35 | 5 | 77 | 111 | 121 |
| Binary | 11101110 | 11110010 | 10101101 | 10 | 0 | 11101 | 101 | 111111 | 1001001 | 1010001 |
Color Harmonies of #EEF2AD
Complementary color
Monochromatic Colors of #EEF2AD
Black with #EEF2AD
Text Example
Text Example
White with #EEF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2AD; }
p { color: rgb(238,242,173); }
H1.HeaderClassName
{
color: #EEF2AD;
}
.AnyTagClassName
{
color: #EEF2AD;
}
</style>
background-color css
<style>
a { background-color: #EEF2AD; }
a { background-color: rgb(238,242,173); }
div.DivClassName
{
background-color: #EEF2AD;
}
.BgClassName
{
background-color: #EEF2AD;
}
</style>
border-color css
<style>
span { border-color: #EEF2AD; }
span { border-color: rgb(238,242,173); }
td.TdClassName
{
border-color: #EEF2AD;
}
.TagClassName
{
border-color: #EEF2AD;
}
</style>