Shades of Australian Mint #EFFAAF
Tints of Australian Mint #EFFAAF
RGB
CMYK
RGB Variations
Color information
#EFFAAF (or 0xEFFAAF) is known color: Australian Mint. HEX triplet: EF, FA and AF. RGB value is (239,250,175). Sum of RGB (Red+Green+Blue) = 239+250+175=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 175 (68.75% from 255 or 26.36% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFAAF is #100550. Grayscale: #EEEEEE. Windows color (decimal): -1049937 or 11533039. OLE color: 11533039.
HSL color Cylindrical-coordinate representation of color #EFFAAF: hue angle of 68.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFFAAF is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 175 | - |
| CMYK | 0.04 | 0 | 0.3 | 0.02 |
| HSL | 68.8º | 0.88% | 0.83% | - |
| HSV(B) | 68.8º | 0.3% | 0.98% | - |
| XYZ | 77.52 | 89.82 | 53.81 | - |
| YUV | 238.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 175 | 0.04 | 0 | 0.3 | 0.02 | 68.8 | 0.88 | 0.83 |
| Hex | EF | FA | AF | 4 | 0 | 1E | 2 | 45 | 58 | 53 |
| Octal | 357 | 372 | 257 | 4 | 0 | 36 | 2 | 105 | 130 | 123 |
| Binary | 11101111 | 11111010 | 10101111 | 100 | 0 | 11110 | 10 | 1000101 | 1011000 | 1010011 |
Color Harmonies of #EFFAAF
Complementary color
Monochromatic Colors of #EFFAAF
Black with #EFFAAF
Text Example
Text Example
White with #EFFAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAAF; }
p { color: rgb(239,250,175); }
H1.HeaderClassName
{
color: #EFFAAF;
}
.AnyTagClassName
{
color: #EFFAAF;
}
</style>
background-color css
<style>
a { background-color: #EFFAAF; }
a { background-color: rgb(239,250,175); }
div.DivClassName
{
background-color: #EFFAAF;
}
.BgClassName
{
background-color: #EFFAAF;
}
</style>
border-color css
<style>
span { border-color: #EFFAAF; }
span { border-color: rgb(239,250,175); }
td.TdClassName
{
border-color: #EFFAAF;
}
.TagClassName
{
border-color: #EFFAAF;
}
</style>