#EDF7AD

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

Shades of Australian Mint #EDF7AD

Tints of Australian Mint #EDF7AD

Color information

#EDF7AD (or 0xEDF7AD) is unknown color: approx Australian Mint. HEX triplet: ED, F7 and AD. RGB value is (237,247,173). Sum of RGB (Red+Green+Blue) = 237+247+173=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 173 (67.97% from 255 or 26.33% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF7AD is #120852. Grayscale: #EBEBEB. Windows color (decimal): -1181779 or 11401197. OLE color: 11401197.

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

Color convert

RGB237247173-
CMYK0.0400.300.03
HSL68.11º82.22%82.35%-
HSV(B)68.11º29.96%96.86%-
XYZ75.7387.5452.44-
YUV235.5792.69129.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 247 (96.88% from 255) = 37.60%
BLUE value IS 173 (67.97% from 255) = 26.33%
R=36.07%
G=37.60%
B=26.33%

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
Decimal2372471730.0400.300.0368.1182.2282.35
HexEDF7AD401E3445252
Octal35536725540363104122122
Binary11101101111101111010110110001111011100010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7AD; }

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

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

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

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

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

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

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

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