Shades of Australian Mint #EFF8AD
Tints of Australian Mint #EFF8AD
RGB
CMYK
RGB Variations
Color information
#EFF8AD (or 0xEFF8AD) is known color: Australian Mint. HEX triplet: EF, F8 and AD. RGB value is (239,248,173). Sum of RGB (Red+Green+Blue) = 239+248+173=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 173 (67.97% from 255 or 26.21% from 660); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF8AD is #100752. Grayscale: #EDEDED. Windows color (decimal): -1050451 or 11401455. OLE color: 11401455.
HSL color Cylindrical-coordinate representation of color #EFF8AD: hue angle of 67.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFF8AD is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 173 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.03 |
| HSL | 67.2º | 0.84% | 0.83% | - |
| HSV(B) | 67.2º | 0.3% | 0.97% | - |
| XYZ | 76.71 | 88.5 | 52.58 | - |
| YUV | 236.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 173 | 0.04 | 0 | 0.30 | 0.03 | 67.2 | 0.84 | 0.83 |
| Hex | EF | F8 | AD | 4 | 0 | 1E | 3 | 43 | 54 | 53 |
| Octal | 357 | 370 | 255 | 4 | 0 | 36 | 3 | 103 | 124 | 123 |
| Binary | 11101111 | 11111000 | 10101101 | 100 | 0 | 11110 | 11 | 1000011 | 1010100 | 1010011 |
Color Harmonies of #EFF8AD
Complementary color
Monochromatic Colors of #EFF8AD
Black with #EFF8AD
Text Example
Text Example
White with #EFF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8AD; }
p { color: rgb(239,248,173); }
H1.HeaderClassName
{
color: #EFF8AD;
}
.AnyTagClassName
{
color: #EFF8AD;
}
</style>
background-color css
<style>
a { background-color: #EFF8AD; }
a { background-color: rgb(239,248,173); }
div.DivClassName
{
background-color: #EFF8AD;
}
.BgClassName
{
background-color: #EFF8AD;
}
</style>
border-color css
<style>
span { border-color: #EFF8AD; }
span { border-color: rgb(239,248,173); }
td.TdClassName
{
border-color: #EFF8AD;
}
.TagClassName
{
border-color: #EFF8AD;
}
</style>