Shades of Australian Mint #EEF3AD
Tints of Australian Mint #EEF3AD
RGB
CMYK
RGB Variations
Color information
#EEF3AD (or 0xEEF3AD) is known color: Australian Mint. HEX triplet: EE, F3 and AD. RGB value is (238,243,173). Sum of RGB (Red+Green+Blue) = 238+243+173=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 173 (67.97% from 255 or 26.45% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF3AD is #110C52. Grayscale: #E9E9E9. Windows color (decimal): -1117267 or 11400174. OLE color: 11400174.
HSL color Cylindrical-coordinate representation of color #EEF3AD: hue angle of 64.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEF3AD is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 173 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.05 |
| HSL | 64.29º | 0.74% | 0.82% | - |
| HSV(B) | 64.29º | 0.29% | 0.95% | - |
| XYZ | 74.85 | 85.3 | 52.05 | - |
| YUV | 233.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 173 | 0.02 | 0 | 0.29 | 0.05 | 64.29 | 0.74 | 0.82 |
| Hex | EE | F3 | AD | 2 | 0 | 1D | 5 | 40 | 4A | 52 |
| Octal | 356 | 363 | 255 | 2 | 0 | 35 | 5 | 100 | 112 | 122 |
| Binary | 11101110 | 11110011 | 10101101 | 10 | 0 | 11101 | 101 | 1000000 | 1001010 | 1010010 |
Color Harmonies of #EEF3AD
Complementary color
Monochromatic Colors of #EEF3AD
Black with #EEF3AD
Text Example
Text Example
White with #EEF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3AD; }
p { color: rgb(238,243,173); }
H1.HeaderClassName
{
color: #EEF3AD;
}
.AnyTagClassName
{
color: #EEF3AD;
}
</style>
background-color css
<style>
a { background-color: #EEF3AD; }
a { background-color: rgb(238,243,173); }
div.DivClassName
{
background-color: #EEF3AD;
}
.BgClassName
{
background-color: #EEF3AD;
}
</style>
border-color css
<style>
span { border-color: #EEF3AD; }
span { border-color: rgb(238,243,173); }
td.TdClassName
{
border-color: #EEF3AD;
}
.TagClassName
{
border-color: #EEF3AD;
}
</style>