Shades of Australian Mint #EEF99F
Tints of Australian Mint #EEF99F
RGB
CMYK
RGB Variations
Color information
#EEF99F (or 0xEEF99F) is known color: Australian Mint. HEX triplet: EE, F9 and 9F. RGB value is (238,249,159). Sum of RGB (Red+Green+Blue) = 238+249+159=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 159 (62.5% from 255 or 24.61% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF99F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF99F is #110660. Grayscale: #EBEBEB. Windows color (decimal): -1115745 or 10484206. OLE color: 10484206.
HSL color Cylindrical-coordinate representation of color #EEF99F: hue angle of 67.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEF99F is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 159 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.02 |
| HSL | 67.33º | 0.88% | 0.8% | - |
| HSV(B) | 67.33º | 0.36% | 0.98% | - |
| XYZ | 75.39 | 88.43 | 45.9 | - |
| YUV | 235.45 | 84.86 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 159 | 0.04 | 0 | 0.36 | 0.02 | 67.33 | 0.88 | 0.8 |
| Hex | EE | F9 | 9F | 4 | 0 | 24 | 2 | 43 | 58 | 50 |
| Octal | 356 | 371 | 237 | 4 | 0 | 44 | 2 | 103 | 130 | 120 |
| Binary | 11101110 | 11111001 | 10011111 | 100 | 0 | 100100 | 10 | 1000011 | 1011000 | 1010000 |
Color Harmonies of #EEF99F
Complementary color
Monochromatic Colors of #EEF99F
Black with #EEF99F
Text Example
Text Example
White with #EEF99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF99F; }
p { color: rgb(238,249,159); }
H1.HeaderClassName
{
color: #EEF99F;
}
.AnyTagClassName
{
color: #EEF99F;
}
</style>
background-color css
<style>
a { background-color: #EEF99F; }
a { background-color: rgb(238,249,159); }
div.DivClassName
{
background-color: #EEF99F;
}
.BgClassName
{
background-color: #EEF99F;
}
</style>
border-color css
<style>
span { border-color: #EEF99F; }
span { border-color: rgb(238,249,159); }
td.TdClassName
{
border-color: #EEF99F;
}
.TagClassName
{
border-color: #EEF99F;
}
</style>