#EDF8AD

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

Shades of Australian Mint #EDF8AD

Tints of Australian Mint #EDF8AD

Color information

#EDF8AD (or 0xEDF8AD) is unknown color: approx Australian Mint. HEX triplet: ED, F8 and AD. RGB value is (237,248,173). Sum of RGB (Red+Green+Blue) = 237+248+173=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 173 (67.97% from 255 or 26.29% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF8AD is #120752. Grayscale: #ECECEC. Windows color (decimal): -1181523 or 11401453. OLE color: 11401453.

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

Color convert

RGB237248173-
CMYK0.0400.300.03
HSL68.8º84.27%82.55%-
HSV(B)68.8º30.24%97.25%-
XYZ76.0488.1652.54-
YUV236.1692.36128.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 248 (97.27% from 255) = 37.69%
BLUE value IS 173 (67.97% from 255) = 26.29%
R=36.02%
G=37.69%
B=26.29%

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
Decimal2372481730.0400.300.0368.884.2782.55
HexEDF8AD401E3455453
Octal35537025540363105124123
Binary11101101111110001010110110001111011100010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8AD; }

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

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

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

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

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

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

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

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