Shades of Australian Mint #EEFCA8
Tints of Australian Mint #EEFCA8
RGB
CMYK
RGB Variations
Color information
#EEFCA8 (or 0xEEFCA8) is known color: Australian Mint. HEX triplet: EE, FC and A8. RGB value is (238,252,168). Sum of RGB (Red+Green+Blue) = 238+252+168=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 168 (66.02% from 255 or 25.53% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFCA8 is #110357. Grayscale: #EEEEEE. Windows color (decimal): -1114968 or 11074798. OLE color: 11074798.
HSL color Cylindrical-coordinate representation of color #EEFCA8: hue angle of 70º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEFCA8 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 252 | 168 | - |
CMYK | 0.06 | 0 | 0.33 | 0.01 |
HSL | 70º | 0.93% | 0.82% | - |
HSV(B) | 70º | 0.33% | 0.99% | - |
XYZ | 77.14 | 90.63 | 50.47 | - |
YUV | 238.24 | 88.36 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 252 | 168 | 0.06 | 0 | 0.33 | 0.01 | 70 | 0.93 | 0.82 |
Hex | EE | FC | A8 | 6 | 0 | 21 | 1 | 46 | 5D | 52 |
Octal | 356 | 374 | 250 | 6 | 0 | 41 | 1 | 106 | 135 | 122 |
Binary | 11101110 | 11111100 | 10101000 | 110 | 0 | 100001 | 1 | 1000110 | 1011101 | 1010010 |
Color Harmonies of #EEFCA8
Complementary color
Monochromatic Colors of #EEFCA8
Black with #EEFCA8
Text Example
Text Example
White with #EEFCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFCA8; }
p { color: rgb(238,252,168); }
H1.HeaderClassName
{
color: #EEFCA8;
}
.AnyTagClassName
{
color: #EEFCA8;
}
</style>
background-color css
<style>
a { background-color: #EEFCA8; }
a { background-color: rgb(238,252,168); }
div.DivClassName
{
background-color: #EEFCA8;
}
.BgClassName
{
background-color: #EEFCA8;
}
</style>
border-color css
<style>
span { border-color: #EEFCA8; }
span { border-color: rgb(238,252,168); }
td.TdClassName
{
border-color: #EEFCA8;
}
.TagClassName
{
border-color: #EEFCA8;
}
</style>