#EDF4AD

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

Shades of Australian Mint #EDF4AD

Tints of Australian Mint #EDF4AD

Color information

#EDF4AD (or 0xEDF4AD) is unknown color: approx Australian Mint. HEX triplet: ED, F4 and AD. RGB value is (237,244,173). Sum of RGB (Red+Green+Blue) = 237+244+173=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 173 (67.97% from 255 or 26.45% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF4AD is #120B52. Grayscale: #EAEAEA. Windows color (decimal): -1182547 or 11400429. OLE color: 11400429.

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

Color convert

RGB237244173-
CMYK0.0300.290.04
HSL65.92º76.34%81.76%-
HSV(B)65.92º29.1%95.69%-
XYZ74.8285.7252.14-
YUV233.8193.68130.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 244 (95.70% from 255) = 37.31%
BLUE value IS 173 (67.97% from 255) = 26.45%
R=36.24%
G=37.31%
B=26.45%

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
Decimal2372441730.0300.290.0465.9276.3481.76
HexEDF4AD301D4424c52
Octal35536425530354102114122
Binary11101101111101001010110111011101100100001010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4AD; }

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

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

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

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

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

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

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

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