Shades of Australian Mint #E8EFA6
Tints of Australian Mint #E8EFA6
RGB
CMYK
RGB Variations
Color information
#E8EFA6 (or 0xE8EFA6) is known color: Australian Mint. HEX triplet: E8, EF and A6. RGB value is (232,239,166). Sum of RGB (Red+Green+Blue) = 232+239+166=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 166 (65.23% from 255 or 26.06% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #E8EFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8EFA6 is #171059. Grayscale: #E4E4E4. Windows color (decimal): -1511514 or 10940392. OLE color: 10940392.
HSL color Cylindrical-coordinate representation of color #E8EFA6: hue angle of 65.75º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8EFA6 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 239 | 166 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.06 |
| HSL | 65.75º | 0.7% | 0.79% | - |
| HSV(B) | 65.75º | 0.31% | 0.94% | - |
| XYZ | 71.03 | 81.64 | 48.09 | - |
| YUV | 228.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 239 | 166 | 0.03 | 0 | 0.31 | 0.06 | 65.75 | 0.7 | 0.79 |
| Hex | E8 | EF | A6 | 3 | 0 | 1F | 6 | 42 | 46 | 4F |
| Octal | 350 | 357 | 246 | 3 | 0 | 37 | 6 | 102 | 106 | 117 |
| Binary | 11101000 | 11101111 | 10100110 | 11 | 0 | 11111 | 110 | 1000010 | 1000110 | 1001111 |
Color Harmonies of #E8EFA6
Complementary color
Monochromatic Colors of #E8EFA6
Black with #E8EFA6
Text Example
Text Example
White with #E8EFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EFA6; }
p { color: rgb(232,239,166); }
H1.HeaderClassName
{
color: #E8EFA6;
}
.AnyTagClassName
{
color: #E8EFA6;
}
</style>
background-color css
<style>
a { background-color: #E8EFA6; }
a { background-color: rgb(232,239,166); }
div.DivClassName
{
background-color: #E8EFA6;
}
.BgClassName
{
background-color: #E8EFA6;
}
</style>
border-color css
<style>
span { border-color: #E8EFA6; }
span { border-color: rgb(232,239,166); }
td.TdClassName
{
border-color: #E8EFA6;
}
.TagClassName
{
border-color: #E8EFA6;
}
</style>