#EEF5A7

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

Shades of Australian Mint #EEF5A7

Tints of Australian Mint #EEF5A7

Color information

#EEF5A7 (or 0xEEF5A7) is unknown color: approx Australian Mint. HEX triplet: EE, F5 and A7. RGB value is (238,245,167). Sum of RGB (Red+Green+Blue) = 238+245+167=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 167 (65.62% from 255 or 25.69% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF5A7 is #110A58. Grayscale: #EAEAEA. Windows color (decimal): -1116761 or 11007470. OLE color: 11007470.

HSL color Cylindrical-coordinate representation of color #EEF5A7: hue angle of 65.38º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEF5A7 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB238245167-
CMYK0.0300.320.04
HSL65.38º79.59%80.78%-
HSV(B)65.38º31.84%96.08%-
XYZ74.8986.2749.26-
YUV234.0290.18130.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 245 (96.09% from 255) = 37.69%
BLUE value IS 167 (65.62% from 255) = 25.69%
R=36.62%
G=37.69%
B=25.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382451670.0300.320.0465.3879.5980.78
HexEEF5A730204415051
Octal35636524730404101120121
Binary111011101111010110100111110100000100100000110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5A7; }

 p { color: rgb(238,245,167); }

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

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

 a { background-color: rgb(238,245,167); }

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

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

 span { border-color: rgb(238,245,167); }

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