Shades of Australian Mint #EEF2B0
Tints of Australian Mint #EEF2B0
RGB
CMYK
RGB Variations
Color information
#EEF2B0 (or 0xEEF2B0) is known color: Australian Mint. HEX triplet: EE, F2 and B0. RGB value is (238,242,176). Sum of RGB (Red+Green+Blue) = 238+242+176=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 176 (69.14% from 255 or 26.83% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF2B0 is #110D4F. Grayscale: #E9E9E9. Windows color (decimal): -1117520 or 11596526. OLE color: 11596526.
HSL color Cylindrical-coordinate representation of color #EEF2B0: hue angle of 63.64º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEF2B0 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 176 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.05 |
| HSL | 63.64º | 0.72% | 0.82% | - |
| HSV(B) | 63.64º | 0.27% | 0.95% | - |
| XYZ | 74.85 | 84.82 | 53.5 | - |
| YUV | 233.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 176 | 0.02 | 0 | 0.27 | 0.05 | 63.64 | 0.72 | 0.82 |
| Hex | EE | F2 | B0 | 2 | 0 | 1B | 5 | 40 | 48 | 52 |
| Octal | 356 | 362 | 260 | 2 | 0 | 33 | 5 | 100 | 110 | 122 |
| Binary | 11101110 | 11110010 | 10110000 | 10 | 0 | 11011 | 101 | 1000000 | 1001000 | 1010010 |
Color Harmonies of #EEF2B0
Complementary color
Monochromatic Colors of #EEF2B0
Black with #EEF2B0
Text Example
Text Example
White with #EEF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2B0; }
p { color: rgb(238,242,176); }
H1.HeaderClassName
{
color: #EEF2B0;
}
.AnyTagClassName
{
color: #EEF2B0;
}
</style>
background-color css
<style>
a { background-color: #EEF2B0; }
a { background-color: rgb(238,242,176); }
div.DivClassName
{
background-color: #EEF2B0;
}
.BgClassName
{
background-color: #EEF2B0;
}
</style>
border-color css
<style>
span { border-color: #EEF2B0; }
span { border-color: rgb(238,242,176); }
td.TdClassName
{
border-color: #EEF2B0;
}
.TagClassName
{
border-color: #EEF2B0;
}
</style>