Shades of Australian Mint #EEFFAD
Tints of Australian Mint #EEFFAD
RGB
CMYK
RGB Variations
Color information
#EEFFAD (or 0xEEFFAD) is known color: Australian Mint. HEX triplet: EE, FF and AD. RGB value is (238,255,173). Sum of RGB (Red+Green+Blue) = 238+255+173=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 173 (67.97% from 255 or 25.98% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFAD is #110052. Grayscale: #F0F0F0. Windows color (decimal): -1114195 or 11403246. OLE color: 11403246.
HSL color Cylindrical-coordinate representation of color #EEFFAD: hue angle of 72.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEFFAD is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 173 | - |
| CMYK | 0.07 | 0 | 0.32 | 0 |
| HSL | 72.44º | 1% | 0.84% | - |
| HSV(B) | 72.44º | 0.32% | 1% | - |
| XYZ | 78.56 | 92.71 | 53.29 | - |
| YUV | 240.57 | 89.87 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 173 | 0.07 | 0 | 0.32 | 0 | 72.44 | 1 | 0.84 |
| Hex | EE | FF | AD | 7 | 0 | 20 | 0 | 48 | 64 | 54 |
| Octal | 356 | 377 | 255 | 7 | 0 | 40 | 0 | 110 | 144 | 124 |
| Binary | 11101110 | 11111111 | 10101101 | 111 | 0 | 100000 | 0 | 1001000 | 1100100 | 1010100 |
Color Harmonies of #EEFFAD
Complementary color
Monochromatic Colors of #EEFFAD
Black with #EEFFAD
Text Example
Text Example
White with #EEFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFAD; }
p { color: rgb(238,255,173); }
H1.HeaderClassName
{
color: #EEFFAD;
}
.AnyTagClassName
{
color: #EEFFAD;
}
</style>
background-color css
<style>
a { background-color: #EEFFAD; }
a { background-color: rgb(238,255,173); }
div.DivClassName
{
background-color: #EEFFAD;
}
.BgClassName
{
background-color: #EEFFAD;
}
</style>
border-color css
<style>
span { border-color: #EEFFAD; }
span { border-color: rgb(238,255,173); }
td.TdClassName
{
border-color: #EEFFAD;
}
.TagClassName
{
border-color: #EEFFAD;
}
</style>