Shades of Australian Mint #EFFFAE
Tints of Australian Mint #EFFFAE
RGB
CMYK
RGB Variations
Color information
#EFFFAE (or 0xEFFFAE) is known color: Australian Mint. HEX triplet: EF, FF and AE. RGB value is (239,255,174). Sum of RGB (Red+Green+Blue) = 239+255+174=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 174 (68.36% from 255 or 26.05% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFAE is #100051. Grayscale: #F1F1F1. Windows color (decimal): -1048658 or 11468783. OLE color: 11468783.
HSL color Cylindrical-coordinate representation of color #EFFFAE: hue angle of 71.85º 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 #EFFFAE is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 174 | - |
| CMYK | 0.06 | 0 | 0.32 | 0 |
| HSL | 71.85º | 1% | 0.84% | - |
| HSV(B) | 71.85º | 0.32% | 1% | - |
| XYZ | 79 | 92.93 | 53.82 | - |
| YUV | 240.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 174 | 0.06 | 0 | 0.32 | 0 | 71.85 | 1 | 0.84 |
| Hex | EF | FF | AE | 6 | 0 | 20 | 0 | 48 | 64 | 54 |
| Octal | 357 | 377 | 256 | 6 | 0 | 40 | 0 | 110 | 144 | 124 |
| Binary | 11101111 | 11111111 | 10101110 | 110 | 0 | 100000 | 0 | 1001000 | 1100100 | 1010100 |
Color Harmonies of #EFFFAE
Complementary color
Monochromatic Colors of #EFFFAE
Black with #EFFFAE
Text Example
Text Example
White with #EFFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFAE; }
p { color: rgb(239,255,174); }
H1.HeaderClassName
{
color: #EFFFAE;
}
.AnyTagClassName
{
color: #EFFFAE;
}
</style>
background-color css
<style>
a { background-color: #EFFFAE; }
a { background-color: rgb(239,255,174); }
div.DivClassName
{
background-color: #EFFFAE;
}
.BgClassName
{
background-color: #EFFFAE;
}
</style>
border-color css
<style>
span { border-color: #EFFFAE; }
span { border-color: rgb(239,255,174); }
td.TdClassName
{
border-color: #EFFFAE;
}
.TagClassName
{
border-color: #EFFFAE;
}
</style>