Shades of Australian Mint #EFF8AF
Tints of Australian Mint #EFF8AF
RGB
CMYK
RGB Variations
Color information
#EFF8AF (or 0xEFF8AF) is known color: Australian Mint. HEX triplet: EF, F8 and AF. RGB value is (239,248,175). Sum of RGB (Red+Green+Blue) = 239+248+175=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF8AF is #100750. Grayscale: #EDEDED. Windows color (decimal): -1050449 or 11532527. OLE color: 11532527.
HSL color Cylindrical-coordinate representation of color #EFF8AF: hue angle of 67.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFF8AF is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 175 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.03 |
| HSL | 67.4º | 0.84% | 0.83% | - |
| HSV(B) | 67.4º | 0.29% | 0.97% | - |
| XYZ | 76.9 | 88.58 | 53.6 | - |
| YUV | 236.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 175 | 0.04 | 0 | 0.29 | 0.03 | 67.4 | 0.84 | 0.83 |
| Hex | EF | F8 | AF | 4 | 0 | 1D | 3 | 43 | 54 | 53 |
| Octal | 357 | 370 | 257 | 4 | 0 | 35 | 3 | 103 | 124 | 123 |
| Binary | 11101111 | 11111000 | 10101111 | 100 | 0 | 11101 | 11 | 1000011 | 1010100 | 1010011 |
Color Harmonies of #EFF8AF
Complementary color
Monochromatic Colors of #EFF8AF
Black with #EFF8AF
Text Example
Text Example
White with #EFF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8AF; }
p { color: rgb(239,248,175); }
H1.HeaderClassName
{
color: #EFF8AF;
}
.AnyTagClassName
{
color: #EFF8AF;
}
</style>
background-color css
<style>
a { background-color: #EFF8AF; }
a { background-color: rgb(239,248,175); }
div.DivClassName
{
background-color: #EFF8AF;
}
.BgClassName
{
background-color: #EFF8AF;
}
</style>
border-color css
<style>
span { border-color: #EFF8AF; }
span { border-color: rgb(239,248,175); }
td.TdClassName
{
border-color: #EFF8AF;
}
.TagClassName
{
border-color: #EFF8AF;
}
</style>