Shades of Australian Mint #E5EFAA
Tints of Australian Mint #E5EFAA
RGB
CMYK
RGB Variations
Color information
#E5EFAA (or 0xE5EFAA) is known color: Australian Mint. HEX triplet: E5, EF and AA. RGB value is (229,239,170). Sum of RGB (Red+Green+Blue) = 229+239+170=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EFAA is #1A1055. Grayscale: #E4E4E4. Windows color (decimal): -1708118 or 11202533. OLE color: 11202533.
HSL color Cylindrical-coordinate representation of color #E5EFAA: hue angle of 68.7º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5EFAA is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 170 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.06 |
| HSL | 68.7º | 0.68% | 0.8% | - |
| HSV(B) | 68.7º | 0.29% | 0.94% | - |
| XYZ | 70.44 | 81.29 | 50.01 | - |
| YUV | 228.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 170 | 0.04 | 0 | 0.29 | 0.06 | 68.7 | 0.68 | 0.8 |
| Hex | E5 | EF | AA | 4 | 0 | 1D | 6 | 45 | 44 | 50 |
| Octal | 345 | 357 | 252 | 4 | 0 | 35 | 6 | 105 | 104 | 120 |
| Binary | 11100101 | 11101111 | 10101010 | 100 | 0 | 11101 | 110 | 1000101 | 1000100 | 1010000 |
Color Harmonies of #E5EFAA
Complementary color
Monochromatic Colors of #E5EFAA
Black with #E5EFAA
Text Example
Text Example
White with #E5EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFAA; }
p { color: rgb(229,239,170); }
H1.HeaderClassName
{
color: #E5EFAA;
}
.AnyTagClassName
{
color: #E5EFAA;
}
</style>
background-color css
<style>
a { background-color: #E5EFAA; }
a { background-color: rgb(229,239,170); }
div.DivClassName
{
background-color: #E5EFAA;
}
.BgClassName
{
background-color: #E5EFAA;
}
</style>
border-color css
<style>
span { border-color: #E5EFAA; }
span { border-color: rgb(229,239,170); }
td.TdClassName
{
border-color: #E5EFAA;
}
.TagClassName
{
border-color: #E5EFAA;
}
</style>