Shades of Australian Mint #EEF4AC
Tints of Australian Mint #EEF4AC
RGB
CMYK
RGB Variations
Color information
#EEF4AC (or 0xEEF4AC) is known color: Australian Mint. HEX triplet: EE, F4 and AC. RGB value is (238,244,172). Sum of RGB (Red+Green+Blue) = 238+244+172=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 172 (67.58% from 255 or 26.30% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF4AC is #110B53. Grayscale: #EAEAEA. Windows color (decimal): -1117012 or 11334894. OLE color: 11334894.
HSL color Cylindrical-coordinate representation of color #EEF4AC: hue angle of 65º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEF4AC is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 172 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.04 |
| HSL | 65º | 0.77% | 0.82% | - |
| HSV(B) | 65º | 0.3% | 0.96% | - |
| XYZ | 75.06 | 85.86 | 51.65 | - |
| YUV | 234 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 172 | 0.02 | 0 | 0.30 | 0.04 | 65 | 0.77 | 0.82 |
| Hex | EE | F4 | AC | 2 | 0 | 1E | 4 | 41 | 4D | 52 |
| Octal | 356 | 364 | 254 | 2 | 0 | 36 | 4 | 101 | 115 | 122 |
| Binary | 11101110 | 11110100 | 10101100 | 10 | 0 | 11110 | 100 | 1000001 | 1001101 | 1010010 |
Color Harmonies of #EEF4AC
Complementary color
Monochromatic Colors of #EEF4AC
Black with #EEF4AC
Text Example
Text Example
White with #EEF4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF4AC; }
p { color: rgb(238,244,172); }
H1.HeaderClassName
{
color: #EEF4AC;
}
.AnyTagClassName
{
color: #EEF4AC;
}
</style>
background-color css
<style>
a { background-color: #EEF4AC; }
a { background-color: rgb(238,244,172); }
div.DivClassName
{
background-color: #EEF4AC;
}
.BgClassName
{
background-color: #EEF4AC;
}
</style>
border-color css
<style>
span { border-color: #EEF4AC; }
span { border-color: rgb(238,244,172); }
td.TdClassName
{
border-color: #EEF4AC;
}
.TagClassName
{
border-color: #EEF4AC;
}
</style>