Shades of Australian Mint #EFF5AD
Tints of Australian Mint #EFF5AD
RGB
CMYK
RGB Variations
Color information
#EFF5AD (or 0xEFF5AD) is known color: Australian Mint. HEX triplet: EF, F5 and AD. RGB value is (239,245,173). Sum of RGB (Red+Green+Blue) = 239+245+173=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 173 (67.97% from 255 or 26.33% from 657); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF5AD is #100A52. Grayscale: #EBEBEB. Windows color (decimal): -1051219 or 11400687. OLE color: 11400687.
HSL color Cylindrical-coordinate representation of color #EFF5AD: hue angle of 65º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFF5AD is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 173 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.04 |
| HSL | 65º | 0.78% | 0.82% | - |
| HSV(B) | 65º | 0.29% | 0.96% | - |
| XYZ | 75.79 | 86.67 | 52.27 | - |
| YUV | 235 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 173 | 0.02 | 0 | 0.29 | 0.04 | 65 | 0.78 | 0.82 |
| Hex | EF | F5 | AD | 2 | 0 | 1D | 4 | 41 | 4E | 52 |
| Octal | 357 | 365 | 255 | 2 | 0 | 35 | 4 | 101 | 116 | 122 |
| Binary | 11101111 | 11110101 | 10101101 | 10 | 0 | 11101 | 100 | 1000001 | 1001110 | 1010010 |
Color Harmonies of #EFF5AD
Complementary color
Monochromatic Colors of #EFF5AD
Black with #EFF5AD
Text Example
Text Example
White with #EFF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5AD; }
p { color: rgb(239,245,173); }
H1.HeaderClassName
{
color: #EFF5AD;
}
.AnyTagClassName
{
color: #EFF5AD;
}
</style>
background-color css
<style>
a { background-color: #EFF5AD; }
a { background-color: rgb(239,245,173); }
div.DivClassName
{
background-color: #EFF5AD;
}
.BgClassName
{
background-color: #EFF5AD;
}
</style>
border-color css
<style>
span { border-color: #EFF5AD; }
span { border-color: rgb(239,245,173); }
td.TdClassName
{
border-color: #EFF5AD;
}
.TagClassName
{
border-color: #EFF5AD;
}
</style>