Shades of Australian Mint #EEFFAA
Tints of Australian Mint #EEFFAA
RGB
CMYK
RGB Variations
Color information
#EEFFAA (or 0xEEFFAA) is known color: Australian Mint. HEX triplet: EE, FF and AA. RGB value is (238,255,170). Sum of RGB (Red+Green+Blue) = 238+255+170=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFAA is #110055. Grayscale: #F0F0F0. Windows color (decimal): -1114198 or 11206638. OLE color: 11206638.
HSL color Cylindrical-coordinate representation of color #EEFFAA: hue angle of 72º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEFFAA is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 170 | - |
| CMYK | 0.07 | 0 | 0.33 | 0 |
| HSL | 72º | 1% | 0.83% | - |
| HSV(B) | 72º | 0.33% | 1% | - |
| XYZ | 78.28 | 92.6 | 51.78 | - |
| YUV | 240.23 | 88.37 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 170 | 0.07 | 0 | 0.33 | 0 | 72 | 1 | 0.83 |
| Hex | EE | FF | AA | 7 | 0 | 21 | 0 | 48 | 64 | 53 |
| Octal | 356 | 377 | 252 | 7 | 0 | 41 | 0 | 110 | 144 | 123 |
| Binary | 11101110 | 11111111 | 10101010 | 111 | 0 | 100001 | 0 | 1001000 | 1100100 | 1010011 |
Color Harmonies of #EEFFAA
Complementary color
Monochromatic Colors of #EEFFAA
Black with #EEFFAA
Text Example
Text Example
White with #EEFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFAA; }
p { color: rgb(238,255,170); }
H1.HeaderClassName
{
color: #EEFFAA;
}
.AnyTagClassName
{
color: #EEFFAA;
}
</style>
background-color css
<style>
a { background-color: #EEFFAA; }
a { background-color: rgb(238,255,170); }
div.DivClassName
{
background-color: #EEFFAA;
}
.BgClassName
{
background-color: #EEFFAA;
}
</style>
border-color css
<style>
span { border-color: #EEFFAA; }
span { border-color: rgb(238,255,170); }
td.TdClassName
{
border-color: #EEFFAA;
}
.TagClassName
{
border-color: #EEFFAA;
}
</style>