#EEFDAE

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

Shades of Australian Mint #EEFDAE

Tints of Australian Mint #EEFDAE

Color information

#EEFDAE (or 0xEEFDAE) is unknown color: approx Australian Mint. HEX triplet: EE, FD and AE. RGB value is (238,253,174). Sum of RGB (Red+Green+Blue) = 238+253+174=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 174 (68.36% from 255 or 26.17% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFDAE is #110251. Grayscale: #EFEFEF. Windows color (decimal): -1114706 or 11468270. OLE color: 11468270.

HSL color Cylindrical-coordinate representation of color #EEFDAE: hue angle of 71.39º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEFDAE is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB238253174-
CMYK0.0600.310.01
HSL71.39º95.18%83.73%-
HSV(B)71.39º31.23%99.22%-
XYZ78.0391.4853.59-
YUV239.5191.03126.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 174 (68.36% from 255) = 26.17%
R=35.79%
G=38.05%
B=26.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531740.0600.310.0171.3995.1883.73
HexEEFDAE601F1475f54
Octal35637525660371107137124
Binary1110111011111101101011101100111111100011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDAE; }

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

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

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

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

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

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

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

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