Shades of Australian Mint #EEF3AB
Tints of Australian Mint #EEF3AB
RGB
CMYK
RGB Variations
Color information
#EEF3AB (or 0xEEF3AB) is known color: Australian Mint. HEX triplet: EE, F3 and AB. RGB value is (238,243,171). Sum of RGB (Red+Green+Blue) = 238+243+171=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 171 (67.19% from 255 or 26.23% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF3AB is #110C54. Grayscale: #E9E9E9. Windows color (decimal): -1117269 or 11269102. OLE color: 11269102.
HSL color Cylindrical-coordinate representation of color #EEF3AB: hue angle of 64.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEF3AB is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 171 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.05 |
| HSL | 64.17º | 0.75% | 0.81% | - |
| HSV(B) | 64.17º | 0.3% | 0.95% | - |
| XYZ | 74.66 | 85.22 | 51.04 | - |
| YUV | 233.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 171 | 0.02 | 0 | 0.30 | 0.05 | 64.17 | 0.75 | 0.81 |
| Hex | EE | F3 | AB | 2 | 0 | 1E | 5 | 40 | 4B | 51 |
| Octal | 356 | 363 | 253 | 2 | 0 | 36 | 5 | 100 | 113 | 121 |
| Binary | 11101110 | 11110011 | 10101011 | 10 | 0 | 11110 | 101 | 1000000 | 1001011 | 1010001 |
Color Harmonies of #EEF3AB
Complementary color
Monochromatic Colors of #EEF3AB
Black with #EEF3AB
Text Example
Text Example
White with #EEF3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3AB; }
p { color: rgb(238,243,171); }
H1.HeaderClassName
{
color: #EEF3AB;
}
.AnyTagClassName
{
color: #EEF3AB;
}
</style>
background-color css
<style>
a { background-color: #EEF3AB; }
a { background-color: rgb(238,243,171); }
div.DivClassName
{
background-color: #EEF3AB;
}
.BgClassName
{
background-color: #EEF3AB;
}
</style>
border-color css
<style>
span { border-color: #EEF3AB; }
span { border-color: rgb(238,243,171); }
td.TdClassName
{
border-color: #EEF3AB;
}
.TagClassName
{
border-color: #EEF3AB;
}
</style>