Shades of Australian Mint #EEF99D
Tints of Australian Mint #EEF99D
RGB
CMYK
RGB Variations
Color information
#EEF99D (or 0xEEF99D) is known color: Australian Mint. HEX triplet: EE, F9 and 9D. RGB value is (238,249,157). Sum of RGB (Red+Green+Blue) = 238+249+157=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 157 (61.72% from 255 or 24.38% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF99D is #110662. Grayscale: #EBEBEB. Windows color (decimal): -1115747 or 10353134. OLE color: 10353134.
HSL color Cylindrical-coordinate representation of color #EEF99D: hue angle of 67.17º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEF99D is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 157 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.02 |
| HSL | 67.17º | 0.88% | 0.8% | - |
| HSV(B) | 67.17º | 0.37% | 0.98% | - |
| XYZ | 75.22 | 88.36 | 44.99 | - |
| YUV | 235.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 157 | 0.04 | 0 | 0.37 | 0.02 | 67.17 | 0.88 | 0.8 |
| Hex | EE | F9 | 9D | 4 | 0 | 25 | 2 | 43 | 58 | 50 |
| Octal | 356 | 371 | 235 | 4 | 0 | 45 | 2 | 103 | 130 | 120 |
| Binary | 11101110 | 11111001 | 10011101 | 100 | 0 | 100101 | 10 | 1000011 | 1011000 | 1010000 |
Color Harmonies of #EEF99D
Complementary color
Monochromatic Colors of #EEF99D
Black with #EEF99D
Text Example
Text Example
White with #EEF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF99D; }
p { color: rgb(238,249,157); }
H1.HeaderClassName
{
color: #EEF99D;
}
.AnyTagClassName
{
color: #EEF99D;
}
</style>
background-color css
<style>
a { background-color: #EEF99D; }
a { background-color: rgb(238,249,157); }
div.DivClassName
{
background-color: #EEF99D;
}
.BgClassName
{
background-color: #EEF99D;
}
</style>
border-color css
<style>
span { border-color: #EEF99D; }
span { border-color: rgb(238,249,157); }
td.TdClassName
{
border-color: #EEF99D;
}
.TagClassName
{
border-color: #EEF99D;
}
</style>