Shades of Australian Mint #EEF3AF
Tints of Australian Mint #EEF3AF
RGB
CMYK
RGB Variations
Color information
#EEF3AF (or 0xEEF3AF) is known color: Australian Mint. HEX triplet: EE, F3 and AF. RGB value is (238,243,175). Sum of RGB (Red+Green+Blue) = 238+243+175=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF3AF is #110C50. Grayscale: #EAEAEA. Windows color (decimal): -1117265 or 11531246. OLE color: 11531246.
HSL color Cylindrical-coordinate representation of color #EEF3AF: hue angle of 64.41º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEF3AF is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 175 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.05 |
| HSL | 64.41º | 0.74% | 0.82% | - |
| HSV(B) | 64.41º | 0.28% | 0.95% | - |
| XYZ | 75.05 | 85.37 | 53.08 | - |
| YUV | 233.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 175 | 0.02 | 0 | 0.28 | 0.05 | 64.41 | 0.74 | 0.82 |
| Hex | EE | F3 | AF | 2 | 0 | 1C | 5 | 40 | 4A | 52 |
| Octal | 356 | 363 | 257 | 2 | 0 | 34 | 5 | 100 | 112 | 122 |
| Binary | 11101110 | 11110011 | 10101111 | 10 | 0 | 11100 | 101 | 1000000 | 1001010 | 1010010 |
Color Harmonies of #EEF3AF
Complementary color
Monochromatic Colors of #EEF3AF
Black with #EEF3AF
Text Example
Text Example
White with #EEF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3AF; }
p { color: rgb(238,243,175); }
H1.HeaderClassName
{
color: #EEF3AF;
}
.AnyTagClassName
{
color: #EEF3AF;
}
</style>
background-color css
<style>
a { background-color: #EEF3AF; }
a { background-color: rgb(238,243,175); }
div.DivClassName
{
background-color: #EEF3AF;
}
.BgClassName
{
background-color: #EEF3AF;
}
</style>
border-color css
<style>
span { border-color: #EEF3AF; }
span { border-color: rgb(238,243,175); }
td.TdClassName
{
border-color: #EEF3AF;
}
.TagClassName
{
border-color: #EEF3AF;
}
</style>