#EDF7AE

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

Shades of Australian Mint #EDF7AE

Tints of Australian Mint #EDF7AE

Color information

#EDF7AE (or 0xEDF7AE) is unknown color: approx Australian Mint. HEX triplet: ED, F7 and AE. RGB value is (237,247,174). Sum of RGB (Red+Green+Blue) = 237+247+174=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF7AE is #120851. Grayscale: #EBEBEB. Windows color (decimal): -1181778 or 11466733. OLE color: 11466733.

HSL color Cylindrical-coordinate representation of color #EDF7AE: hue angle of 68.22º 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 #EDF7AE is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB237247174-
CMYK0.0400.300.03
HSL68.22º82.02%82.55%-
HSV(B)68.22º29.55%96.86%-
XYZ75.8387.5852.95-
YUV235.6993.19128.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 174 (68.36% from 255) = 26.44%
R=36.02%
G=37.54%
B=26.44%

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
Decimal2372471740.0400.300.0368.2282.0282.55
HexEDF7AE401E3445253
Octal35536725640363104122123
Binary11101101111101111010111010001111011100010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7AE; }

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

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

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

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

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

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

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

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