#EEFDA3

Color #EEFDA3 Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #EEFDA3

Tints of Australian Mint #EEFDA3

Color information

#EEFDA3 (or 0xEEFDA3) is unknown color: approx Australian Mint. HEX triplet: EE, FD and A3. RGB value is (238,253,163). Sum of RGB (Red+Green+Blue) = 238+253+163=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 163 (64.06% from 255 or 24.92% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFDA3 is #11025C. Grayscale: #EEEEEE. Windows color (decimal): -1114717 or 10747374. OLE color: 10747374.

HSL color Cylindrical-coordinate representation of color #EEFDA3: hue angle of 70º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEFDA3 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB238253163-
CMYK0.0600.360.01
HSL70º95.74%81.57%-
HSV(B)70º35.57%99.22%-
XYZ7791.0748.17-
YUV238.2685.53127.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 253 (99.22% from 255) = 38.69%
BLUE value IS 163 (64.06% from 255) = 24.92%
R=36.39%
G=38.69%
B=24.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531630.0600.360.017095.7481.57
HexEEFDA360241466052
Octal35637524360441106140122
Binary11101110111111011010001111001001001100011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDA3; }

 p { color: rgb(238,253,163); }

 H1.HeaderClassName
 {
   color: #EEFDA3;
 }
 .AnyTagClassName
 {
   color: #EEFDA3;
 }
</style>
background-color css

<style>
 a { background-color: #EEFDA3; }

 a { background-color: rgb(238,253,163); }

 div.DivClassName
 {
   background-color: #EEFDA3;
 }
 .BgClassName
 {
   background-color: #EEFDA3;
 }
</style>
border-color css

<style>
 span { border-color: #EEFDA3; }

 span { border-color: rgb(238,253,163); }

 td.TdClassName
 {
   border-color: #EEFDA3;
 }
 .TagClassName
 {
   border-color: #EEFDA3;
 }
</style>