Shades of Australian Mint #EEF8AB
Tints of Australian Mint #EEF8AB
RGB
CMYK
RGB Variations
Color information
#EEF8AB (or 0xEEF8AB) is known color: Australian Mint. HEX triplet: EE, F8 and AB. RGB value is (238,248,171). Sum of RGB (Red+Green+Blue) = 238+248+171=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 171 (67.19% from 255 or 26.03% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF8AB is #110754. Grayscale: #ECECEC. Windows color (decimal): -1115989 or 11270382. OLE color: 11270382.
HSL color Cylindrical-coordinate representation of color #EEF8AB: hue angle of 67.79º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEF8AB is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 171 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.03 |
| HSL | 67.79º | 0.85% | 0.82% | - |
| HSV(B) | 67.79º | 0.31% | 0.97% | - |
| XYZ | 76.18 | 88.25 | 51.55 | - |
| YUV | 236.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 171 | 0.04 | 0 | 0.31 | 0.03 | 67.79 | 0.85 | 0.82 |
| Hex | EE | F8 | AB | 4 | 0 | 1F | 3 | 44 | 55 | 52 |
| Octal | 356 | 370 | 253 | 4 | 0 | 37 | 3 | 104 | 125 | 122 |
| Binary | 11101110 | 11111000 | 10101011 | 100 | 0 | 11111 | 11 | 1000100 | 1010101 | 1010010 |
Color Harmonies of #EEF8AB
Complementary color
Monochromatic Colors of #EEF8AB
Black with #EEF8AB
Text Example
Text Example
White with #EEF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF8AB; }
p { color: rgb(238,248,171); }
H1.HeaderClassName
{
color: #EEF8AB;
}
.AnyTagClassName
{
color: #EEF8AB;
}
</style>
background-color css
<style>
a { background-color: #EEF8AB; }
a { background-color: rgb(238,248,171); }
div.DivClassName
{
background-color: #EEF8AB;
}
.BgClassName
{
background-color: #EEF8AB;
}
</style>
border-color css
<style>
span { border-color: #EEF8AB; }
span { border-color: rgb(238,248,171); }
td.TdClassName
{
border-color: #EEF8AB;
}
.TagClassName
{
border-color: #EEF8AB;
}
</style>