#EDFAAD

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

Shades of Australian Mint #EDFAAD

Tints of Australian Mint #EDFAAD

Color information

#EDFAAD (or 0xEDFAAD) is unknown color: approx Australian Mint. HEX triplet: ED, FA and AD. RGB value is (237,250,173). Sum of RGB (Red+Green+Blue) = 237+250+173=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 173 (67.97% from 255 or 26.21% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAAD is #120552. Grayscale: #EDEDED. Windows color (decimal): -1181011 or 11401965. OLE color: 11401965.

HSL color Cylindrical-coordinate representation of color #EDFAAD: hue angle of 70.13º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDFAAD is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB237250173-
CMYK0.0500.310.02
HSL70.13º88.51%82.94%-
HSV(B)70.13º30.8%98.04%-
XYZ76.6589.3952.75-
YUV237.3491.69127.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 173 (67.97% from 255) = 26.21%
R=35.91%
G=37.88%
B=26.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501730.0500.310.0270.1388.5182.94
HexEDFAAD501F2465953
Octal35537225550372106131123
Binary11101101111110101010110110101111110100011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAAD; }

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

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

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

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

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

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

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

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