#EEF5A0

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

Shades of Australian Mint #EEF5A0

Tints of Australian Mint #EEF5A0

Color information

#EEF5A0 (or 0xEEF5A0) is unknown color: approx Australian Mint. HEX triplet: EE, F5 and A0. RGB value is (238,245,160). Sum of RGB (Red+Green+Blue) = 238+245+160=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 160 (62.89% from 255 or 24.88% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF5A0 is #110A5F. Grayscale: #E9E9E9. Windows color (decimal): -1116768 or 10548718. OLE color: 10548718.

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

Color convert

RGB238245160-
CMYK0.0300.350.04
HSL64.94º80.95%79.41%-
HSV(B)64.94º34.69%96.08%-
XYZ74.2686.0245.95-
YUV233.2286.68131.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 245 (96.09% from 255) = 38.10%
BLUE value IS 160 (62.89% from 255) = 24.88%
R=37.01%
G=38.10%
B=24.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382451600.0300.350.0464.9480.9579.41
HexEEF5A03023441514f
Octal35636524030434101121117
Binary111011101111010110100000110100011100100000110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5A0; }

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

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

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

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

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

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

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

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