Shades of Australian Mint #EEF5AF
Tints of Australian Mint #EEF5AF
RGB
CMYK
RGB Variations
Color information
#EEF5AF (or 0xEEF5AF) is known color: Australian Mint. HEX triplet: EE, F5 and AF. RGB value is (238,245,175). Sum of RGB (Red+Green+Blue) = 238+245+175=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF5AF is #110A50. Grayscale: #EBEBEB. Windows color (decimal): -1116753 or 11531758. OLE color: 11531758.
HSL color Cylindrical-coordinate representation of color #EEF5AF: hue angle of 66º 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 #EEF5AF is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 175 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.04 |
| HSL | 66º | 0.78% | 0.82% | - |
| HSV(B) | 66º | 0.29% | 0.96% | - |
| XYZ | 75.65 | 86.58 | 53.28 | - |
| YUV | 234.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 175 | 0.03 | 0 | 0.29 | 0.04 | 66 | 0.78 | 0.82 |
| Hex | EE | F5 | AF | 3 | 0 | 1D | 4 | 42 | 4E | 52 |
| Octal | 356 | 365 | 257 | 3 | 0 | 35 | 4 | 102 | 116 | 122 |
| Binary | 11101110 | 11110101 | 10101111 | 11 | 0 | 11101 | 100 | 1000010 | 1001110 | 1010010 |
Color Harmonies of #EEF5AF
Complementary color
Monochromatic Colors of #EEF5AF
Black with #EEF5AF
Text Example
Text Example
White with #EEF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5AF; }
p { color: rgb(238,245,175); }
H1.HeaderClassName
{
color: #EEF5AF;
}
.AnyTagClassName
{
color: #EEF5AF;
}
</style>
background-color css
<style>
a { background-color: #EEF5AF; }
a { background-color: rgb(238,245,175); }
div.DivClassName
{
background-color: #EEF5AF;
}
.BgClassName
{
background-color: #EEF5AF;
}
</style>
border-color css
<style>
span { border-color: #EEF5AF; }
span { border-color: rgb(238,245,175); }
td.TdClassName
{
border-color: #EEF5AF;
}
.TagClassName
{
border-color: #EEF5AF;
}
</style>