#EEF9AE

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

Shades of Australian Mint #EEF9AE

Tints of Australian Mint #EEF9AE

Color information

#EEF9AE (or 0xEEF9AE) is unknown color: approx Australian Mint. HEX triplet: EE, F9 and AE. RGB value is (238,249,174). Sum of RGB (Red+Green+Blue) = 238+249+174=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 174 (68.36% from 255 or 26.32% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF9AE is #110651. Grayscale: #EDEDED. Windows color (decimal): -1115730 or 11467246. OLE color: 11467246.

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

Color convert

RGB238249174-
CMYK0.0400.300.02
HSL68.8º86.21%82.94%-
HSV(B)68.8º30.12%97.65%-
XYZ76.7888.9853.17-
YUV237.1692.36128.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 249 (97.66% from 255) = 37.67%
BLUE value IS 174 (68.36% from 255) = 26.32%
R=36.01%
G=37.67%
B=26.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382491740.0400.300.0268.886.2182.94
HexEEF9AE401E2455653
Octal35637125640362105126123
Binary11101110111110011010111010001111010100010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9AE; }

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

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

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

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

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

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

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

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