Shades of Australian Mint #EFF6AF
Tints of Australian Mint #EFF6AF
RGB
CMYK
RGB Variations
Color information
#EFF6AF (or 0xEFF6AF) is known color: Australian Mint. HEX triplet: EF, F6 and AF. RGB value is (239,246,175). Sum of RGB (Red+Green+Blue) = 239+246+175=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 175 (68.75% from 255 or 26.52% from 660); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF6AF is #100950. Grayscale: #ECECEC. Windows color (decimal): -1050961 or 11532015. OLE color: 11532015.
HSL color Cylindrical-coordinate representation of color #EFF6AF: hue angle of 65.92º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFF6AF is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 175 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.04 |
| HSL | 65.92º | 0.8% | 0.83% | - |
| HSV(B) | 65.92º | 0.29% | 0.96% | - |
| XYZ | 76.29 | 87.36 | 53.4 | - |
| YUV | 235.81 | 93.68 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 175 | 0.03 | 0 | 0.29 | 0.04 | 65.92 | 0.8 | 0.83 |
| Hex | EF | F6 | AF | 3 | 0 | 1D | 4 | 42 | 50 | 53 |
| Octal | 357 | 366 | 257 | 3 | 0 | 35 | 4 | 102 | 120 | 123 |
| Binary | 11101111 | 11110110 | 10101111 | 11 | 0 | 11101 | 100 | 1000010 | 1010000 | 1010011 |
Color Harmonies of #EFF6AF
Complementary color
Monochromatic Colors of #EFF6AF
Black with #EFF6AF
Text Example
Text Example
White with #EFF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6AF; }
p { color: rgb(239,246,175); }
H1.HeaderClassName
{
color: #EFF6AF;
}
.AnyTagClassName
{
color: #EFF6AF;
}
</style>
background-color css
<style>
a { background-color: #EFF6AF; }
a { background-color: rgb(239,246,175); }
div.DivClassName
{
background-color: #EFF6AF;
}
.BgClassName
{
background-color: #EFF6AF;
}
</style>
border-color css
<style>
span { border-color: #EFF6AF; }
span { border-color: rgb(239,246,175); }
td.TdClassName
{
border-color: #EFF6AF;
}
.TagClassName
{
border-color: #EFF6AF;
}
</style>