#EEF2AE

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

Shades of Australian Mint #EEF2AE

Tints of Australian Mint #EEF2AE

Color information

#EEF2AE (or 0xEEF2AE) is unknown color: approx Australian Mint. HEX triplet: EE, F2 and AE. RGB value is (238,242,174). Sum of RGB (Red+Green+Blue) = 238+242+174=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF2AE is #110D51. Grayscale: #E9E9E9. Windows color (decimal): -1117522 or 11465454. OLE color: 11465454.

HSL color Cylindrical-coordinate representation of color #EEF2AE: hue angle of 63.53º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEF2AE is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB238242174-
CMYK0.0200.280.05
HSL63.53º72.34%81.57%-
HSV(B)63.53º28.1%94.9%-
XYZ74.6584.7452.47-
YUV233.0594.67131.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 242 (94.92% from 255) = 37.00%
BLUE value IS 174 (68.36% from 255) = 26.61%
R=36.39%
G=37.00%
B=26.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382421740.0200.280.0563.5372.3481.57
HexEEF2AE201C5404852
Octal35636225620345100110122
Binary11101110111100101010111010011100101100000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2AE; }

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

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

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

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

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

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

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

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