Shades of Australian Mint #EEF5AD
Tints of Australian Mint #EEF5AD
RGB
CMYK
RGB Variations
Color information
#EEF5AD (or 0xEEF5AD) is known color: Australian Mint. HEX triplet: EE, F5 and AD. RGB value is (238,245,173). Sum of RGB (Red+Green+Blue) = 238+245+173=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 173 (67.97% from 255 or 26.37% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF5AD is #110A52. Grayscale: #EAEAEA. Windows color (decimal): -1116755 or 11400686. OLE color: 11400686.
HSL color Cylindrical-coordinate representation of color #EEF5AD: hue angle of 65.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEF5AD is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 173 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.04 |
| HSL | 65.83º | 0.78% | 0.82% | - |
| HSV(B) | 65.83º | 0.29% | 0.96% | - |
| XYZ | 75.46 | 86.5 | 52.25 | - |
| YUV | 234.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 173 | 0.03 | 0 | 0.29 | 0.04 | 65.83 | 0.78 | 0.82 |
| Hex | EE | F5 | AD | 3 | 0 | 1D | 4 | 42 | 4E | 52 |
| Octal | 356 | 365 | 255 | 3 | 0 | 35 | 4 | 102 | 116 | 122 |
| Binary | 11101110 | 11110101 | 10101101 | 11 | 0 | 11101 | 100 | 1000010 | 1001110 | 1010010 |
Color Harmonies of #EEF5AD
Complementary color
Monochromatic Colors of #EEF5AD
Black with #EEF5AD
Text Example
Text Example
White with #EEF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5AD; }
p { color: rgb(238,245,173); }
H1.HeaderClassName
{
color: #EEF5AD;
}
.AnyTagClassName
{
color: #EEF5AD;
}
</style>
background-color css
<style>
a { background-color: #EEF5AD; }
a { background-color: rgb(238,245,173); }
div.DivClassName
{
background-color: #EEF5AD;
}
.BgClassName
{
background-color: #EEF5AD;
}
</style>
border-color css
<style>
span { border-color: #EEF5AD; }
span { border-color: rgb(238,245,173); }
td.TdClassName
{
border-color: #EEF5AD;
}
.TagClassName
{
border-color: #EEF5AD;
}
</style>