#EDF0A3

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

Shades of Australian Mint #EDF0A3

Tints of Australian Mint #EDF0A3

Color information

#EDF0A3 (or 0xEDF0A3) is unknown color: approx Australian Mint. HEX triplet: ED, F0 and A3. RGB value is (237,240,163). Sum of RGB (Red+Green+Blue) = 237+240+163=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 163 (64.06% from 255 or 25.47% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF0A3 is #120F5C. Grayscale: #E6E6E6. Windows color (decimal): -1183581 or 10744045. OLE color: 10744045.

HSL color Cylindrical-coordinate representation of color #EDF0A3: hue angle of 62.34º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDF0A3 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB237240163-
CMYK0.0100.320.06
HSL62.34º71.96%79.02%-
HSV(B)62.34º32.08%94.12%-
XYZ72.782.9746.83-
YUV230.3290.01132.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 240 (94.14% from 255) = 37.5%
BLUE value IS 163 (64.06% from 255) = 25.47%
R=37.03%
G=37.5%
B=25.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401630.0100.320.0662.3471.9679.02
HexEDF0A3102063e484f
Octal3553602431040676110117
Binary1110110111110000101000111010000011011111010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0A3; }

 p { color: rgb(237,240,163); }

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

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

 a { background-color: rgb(237,240,163); }

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

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

 span { border-color: rgb(237,240,163); }

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