Shades of Australian Mint #EEF6AD
Tints of Australian Mint #EEF6AD
RGB
CMYK
RGB Variations
Color information
#EEF6AD (or 0xEEF6AD) is known color: Australian Mint. HEX triplet: EE, F6 and AD. RGB value is (238,246,173). Sum of RGB (Red+Green+Blue) = 238+246+173=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 173 (67.97% from 255 or 26.33% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF6AD is #110952. Grayscale: #EBEBEB. Windows color (decimal): -1116499 or 11400942. OLE color: 11400942.
HSL color Cylindrical-coordinate representation of color #EEF6AD: hue angle of 66.58º degrees, saturation: 0.8, 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 #EEF6AD is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 173 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.04 |
| HSL | 66.58º | 0.8% | 0.82% | - |
| HSV(B) | 66.58º | 0.3% | 0.96% | - |
| XYZ | 75.76 | 87.11 | 52.36 | - |
| YUV | 235.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 173 | 0.03 | 0 | 0.30 | 0.04 | 66.58 | 0.8 | 0.82 |
| Hex | EE | F6 | AD | 3 | 0 | 1E | 4 | 43 | 50 | 52 |
| Octal | 356 | 366 | 255 | 3 | 0 | 36 | 4 | 103 | 120 | 122 |
| Binary | 11101110 | 11110110 | 10101101 | 11 | 0 | 11110 | 100 | 1000011 | 1010000 | 1010010 |
Color Harmonies of #EEF6AD
Complementary color
Monochromatic Colors of #EEF6AD
Black with #EEF6AD
Text Example
Text Example
White with #EEF6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF6AD; }
p { color: rgb(238,246,173); }
H1.HeaderClassName
{
color: #EEF6AD;
}
.AnyTagClassName
{
color: #EEF6AD;
}
</style>
background-color css
<style>
a { background-color: #EEF6AD; }
a { background-color: rgb(238,246,173); }
div.DivClassName
{
background-color: #EEF6AD;
}
.BgClassName
{
background-color: #EEF6AD;
}
</style>
border-color css
<style>
span { border-color: #EEF6AD; }
span { border-color: rgb(238,246,173); }
td.TdClassName
{
border-color: #EEF6AD;
}
.TagClassName
{
border-color: #EEF6AD;
}
</style>