Shades of Australian Mint #EEF7B0
Tints of Australian Mint #EEF7B0
RGB
CMYK
RGB Variations
Color information
#EEF7B0 (or 0xEEF7B0) is known color: Australian Mint. HEX triplet: EE, F7 and B0. RGB value is (238,247,176). Sum of RGB (Red+Green+Blue) = 238+247+176=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 176 (69.14% from 255 or 26.63% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF7B0 is #11084F. Grayscale: #ECECEC. Windows color (decimal): -1116240 or 11597806. OLE color: 11597806.
HSL color Cylindrical-coordinate representation of color #EEF7B0: hue angle of 67.61º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEF7B0 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 176 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.03 |
| HSL | 67.61º | 0.82% | 0.83% | - |
| HSV(B) | 67.61º | 0.29% | 0.97% | - |
| XYZ | 76.36 | 87.83 | 54 | - |
| YUV | 236.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 176 | 0.04 | 0 | 0.29 | 0.03 | 67.61 | 0.82 | 0.83 |
| Hex | EE | F7 | B0 | 4 | 0 | 1D | 3 | 44 | 52 | 53 |
| Octal | 356 | 367 | 260 | 4 | 0 | 35 | 3 | 104 | 122 | 123 |
| Binary | 11101110 | 11110111 | 10110000 | 100 | 0 | 11101 | 11 | 1000100 | 1010010 | 1010011 |
Color Harmonies of #EEF7B0
Complementary color
Monochromatic Colors of #EEF7B0
Black with #EEF7B0
Text Example
Text Example
White with #EEF7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF7B0; }
p { color: rgb(238,247,176); }
H1.HeaderClassName
{
color: #EEF7B0;
}
.AnyTagClassName
{
color: #EEF7B0;
}
</style>
background-color css
<style>
a { background-color: #EEF7B0; }
a { background-color: rgb(238,247,176); }
div.DivClassName
{
background-color: #EEF7B0;
}
.BgClassName
{
background-color: #EEF7B0;
}
</style>
border-color css
<style>
span { border-color: #EEF7B0; }
span { border-color: rgb(238,247,176); }
td.TdClassName
{
border-color: #EEF7B0;
}
.TagClassName
{
border-color: #EEF7B0;
}
</style>