#EEF4A0

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

Shades of Australian Mint #EEF4A0

Tints of Australian Mint #EEF4A0

Color information

#EEF4A0 (or 0xEEF4A0) is unknown color: approx Australian Mint. HEX triplet: EE, F4 and A0. RGB value is (238,244,160). Sum of RGB (Red+Green+Blue) = 238+244+160=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF4A0 is #110B5F. Grayscale: #E8E8E8. Windows color (decimal): -1117024 or 10548462. OLE color: 10548462.

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

Color convert

RGB238244160-
CMYK0.0200.340.04
HSL64.29º79.25%79.22%-
HSV(B)64.29º34.43%95.69%-
XYZ73.9685.4245.85-
YUV232.6387.01131.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 244 (95.70% from 255) = 38.01%
BLUE value IS 160 (62.89% from 255) = 24.92%
R=37.07%
G=38.01%
B=24.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382441600.0200.340.0464.2979.2579.22
HexEEF4A020224404f4f
Octal35636424020424100117117
Binary111011101111010010100000100100010100100000010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF4A0; }

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

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

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

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

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

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

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

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