Shades of Australian Mint #EEFDAE
Tints of Australian Mint #EEFDAE
RGB
CMYK
RGB Variations
Color information
#EEFDAE (or 0xEEFDAE) is known color: Australian Mint. HEX triplet: EE, FD and AE. RGB value is (238,253,174). Sum of RGB (Red+Green+Blue) = 238+253+174=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 174 (68.36% from 255 or 26.17% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFDAE is #110251. Grayscale: #EFEFEF. Windows color (decimal): -1114706 or 11468270. OLE color: 11468270.
HSL color Cylindrical-coordinate representation of color #EEFDAE: hue angle of 71.39º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEFDAE is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 174 | - |
CMYK | 0.06 | 0 | 0.31 | 0.01 |
HSL | 71.39º | 0.95% | 0.84% | - |
HSV(B) | 71.39º | 0.31% | 0.99% | - |
XYZ | 78.03 | 91.48 | 53.59 | - |
YUV | 239.51 | 91.03 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 174 | 0.06 | 0 | 0.31 | 0.01 | 71.39 | 0.95 | 0.84 |
Hex | EE | FD | AE | 6 | 0 | 1F | 1 | 47 | 5F | 54 |
Octal | 356 | 375 | 256 | 6 | 0 | 37 | 1 | 107 | 137 | 124 |
Binary | 11101110 | 11111101 | 10101110 | 110 | 0 | 11111 | 1 | 1000111 | 1011111 | 1010100 |
Color Harmonies of #EEFDAE
Complementary color
Monochromatic Colors of #EEFDAE
Black with #EEFDAE
Text Example
Text Example
White with #EEFDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDAE; }
p { color: rgb(238,253,174); }
H1.HeaderClassName
{
color: #EEFDAE;
}
.AnyTagClassName
{
color: #EEFDAE;
}
</style>
background-color css
<style>
a { background-color: #EEFDAE; }
a { background-color: rgb(238,253,174); }
div.DivClassName
{
background-color: #EEFDAE;
}
.BgClassName
{
background-color: #EEFDAE;
}
</style>
border-color css
<style>
span { border-color: #EEFDAE; }
span { border-color: rgb(238,253,174); }
td.TdClassName
{
border-color: #EEFDAE;
}
.TagClassName
{
border-color: #EEFDAE;
}
</style>