#EEF7AE

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

Shades of Australian Mint #EEF7AE

Tints of Australian Mint #EEF7AE

Color information

#EEF7AE (or 0xEEF7AE) is unknown color: approx Australian Mint. HEX triplet: EE, F7 and AE. RGB value is (238,247,174). Sum of RGB (Red+Green+Blue) = 238+247+174=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 174 (68.36% from 255 or 26.40% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF7AE is #110851. Grayscale: #ECECEC. Windows color (decimal): -1116242 or 11466734. OLE color: 11466734.

HSL color Cylindrical-coordinate representation of color #EEF7AE: hue angle of 67.4º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEF7AE is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB238247174-
CMYK0.0400.300.03
HSL67.4º82.02%82.55%-
HSV(B)67.4º29.55%96.86%-
XYZ76.1687.7552.97-
YUV235.9993.02129.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 247 (96.88% from 255) = 37.48%
BLUE value IS 174 (68.36% from 255) = 26.40%
R=36.12%
G=37.48%
B=26.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382471740.0400.300.0367.482.0282.55
HexEEF7AE401E3435253
Octal35636725640363103122123
Binary11101110111101111010111010001111011100001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF7AE; }

 p { color: rgb(238,247,174); }

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

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

 a { background-color: rgb(238,247,174); }

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

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

 span { border-color: rgb(238,247,174); }

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