#EDF4AE

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

Shades of Australian Mint #EDF4AE

Tints of Australian Mint #EDF4AE

Color information

#EDF4AE (or 0xEDF4AE) is unknown color: approx Australian Mint. HEX triplet: ED, F4 and AE. RGB value is (237,244,174). Sum of RGB (Red+Green+Blue) = 237+244+174=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 174 (68.36% from 255 or 26.56% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF4AE is #120B51. Grayscale: #EAEAEA. Windows color (decimal): -1182546 or 11465965. OLE color: 11465965.

HSL color Cylindrical-coordinate representation of color #EDF4AE: hue angle of 66º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDF4AE is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB237244174-
CMYK0.0300.290.04
HSL66º76.09%81.96%-
HSV(B)66º28.69%95.69%-
XYZ74.9285.7652.65-
YUV233.9394.18130.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 244 (95.70% from 255) = 37.25%
BLUE value IS 174 (68.36% from 255) = 26.56%
R=36.18%
G=37.25%
B=26.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372441740.0300.290.046676.0981.96
HexEDF4AE301D4424c52
Octal35536425630354102114122
Binary11101101111101001010111011011101100100001010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4AE; }

 p { color: rgb(237,244,174); }

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

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

 a { background-color: rgb(237,244,174); }

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

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

 span { border-color: rgb(237,244,174); }

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