Shades of Australian Mint #E6EFAB
Tints of Australian Mint #E6EFAB
RGB
CMYK
RGB Variations
Color information
#E6EFAB (or 0xE6EFAB) is known color: Australian Mint. HEX triplet: E6, EF and AB. RGB value is (230,239,171). Sum of RGB (Red+Green+Blue) = 230+239+171=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EFAB is #191054. Grayscale: #E4E4E4. Windows color (decimal): -1642581 or 11268070. OLE color: 11268070.
HSL color Cylindrical-coordinate representation of color #E6EFAB: hue angle of 67.94º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6EFAB is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 239 | 171 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.06 |
| HSL | 67.94º | 0.68% | 0.8% | - |
| HSV(B) | 67.94º | 0.28% | 0.94% | - |
| XYZ | 70.85 | 81.5 | 50.52 | - |
| YUV | 228.56 | 95.52 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 239 | 171 | 0.04 | 0 | 0.28 | 0.06 | 67.94 | 0.68 | 0.8 |
| Hex | E6 | EF | AB | 4 | 0 | 1C | 6 | 44 | 44 | 50 |
| Octal | 346 | 357 | 253 | 4 | 0 | 34 | 6 | 104 | 104 | 120 |
| Binary | 11100110 | 11101111 | 10101011 | 100 | 0 | 11100 | 110 | 1000100 | 1000100 | 1010000 |
Color Harmonies of #E6EFAB
Complementary color
Monochromatic Colors of #E6EFAB
Black with #E6EFAB
Text Example
Text Example
White with #E6EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFAB; }
p { color: rgb(230,239,171); }
H1.HeaderClassName
{
color: #E6EFAB;
}
.AnyTagClassName
{
color: #E6EFAB;
}
</style>
background-color css
<style>
a { background-color: #E6EFAB; }
a { background-color: rgb(230,239,171); }
div.DivClassName
{
background-color: #E6EFAB;
}
.BgClassName
{
background-color: #E6EFAB;
}
</style>
border-color css
<style>
span { border-color: #E6EFAB; }
span { border-color: rgb(230,239,171); }
td.TdClassName
{
border-color: #E6EFAB;
}
.TagClassName
{
border-color: #E6EFAB;
}
</style>