Shades of Australian Mint #EEF5AB
Tints of Australian Mint #EEF5AB
RGB
CMYK
RGB Variations
Color information
#EEF5AB (or 0xEEF5AB) is known color: Australian Mint. HEX triplet: EE, F5 and AB. RGB value is (238,245,171). Sum of RGB (Red+Green+Blue) = 238+245+171=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 171 (67.19% from 255 or 26.15% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF5AB is #110A54. Grayscale: #EAEAEA. Windows color (decimal): -1116757 or 11269614. OLE color: 11269614.
HSL color Cylindrical-coordinate representation of color #EEF5AB: hue angle of 65.68º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEF5AB is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 171 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.04 |
| HSL | 65.68º | 0.79% | 0.82% | - |
| HSV(B) | 65.68º | 0.3% | 0.96% | - |
| XYZ | 75.26 | 86.42 | 51.24 | - |
| YUV | 234.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 171 | 0.03 | 0 | 0.30 | 0.04 | 65.68 | 0.79 | 0.82 |
| Hex | EE | F5 | AB | 3 | 0 | 1E | 4 | 42 | 4F | 52 |
| Octal | 356 | 365 | 253 | 3 | 0 | 36 | 4 | 102 | 117 | 122 |
| Binary | 11101110 | 11110101 | 10101011 | 11 | 0 | 11110 | 100 | 1000010 | 1001111 | 1010010 |
Color Harmonies of #EEF5AB
Complementary color
Monochromatic Colors of #EEF5AB
Black with #EEF5AB
Text Example
Text Example
White with #EEF5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5AB; }
p { color: rgb(238,245,171); }
H1.HeaderClassName
{
color: #EEF5AB;
}
.AnyTagClassName
{
color: #EEF5AB;
}
</style>
background-color css
<style>
a { background-color: #EEF5AB; }
a { background-color: rgb(238,245,171); }
div.DivClassName
{
background-color: #EEF5AB;
}
.BgClassName
{
background-color: #EEF5AB;
}
</style>
border-color css
<style>
span { border-color: #EEF5AB; }
span { border-color: rgb(238,245,171); }
td.TdClassName
{
border-color: #EEF5AB;
}
.TagClassName
{
border-color: #EEF5AB;
}
</style>