#EDF6AE

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

Shades of Australian Mint #EDF6AE

Tints of Australian Mint #EDF6AE

Color information

#EDF6AE (or 0xEDF6AE) is unknown color: approx Australian Mint. HEX triplet: ED, F6 and AE. RGB value is (237,246,174). Sum of RGB (Red+Green+Blue) = 237+246+174=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 174 (68.36% from 255 or 26.48% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF6AE is #120951. Grayscale: #EBEBEB. Windows color (decimal): -1182034 or 11466477. OLE color: 11466477.

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

Color convert

RGB237246174-
CMYK0.0400.290.04
HSL67.5º80%82.35%-
HSV(B)67.5º29.27%96.47%-
XYZ75.5286.9752.85-
YUV235.193.52129.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 246 (96.48% from 255) = 37.44%
BLUE value IS 174 (68.36% from 255) = 26.48%
R=36.07%
G=37.44%
B=26.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461740.0400.290.0467.58082.35
HexEDF6AE401D4445052
Octal35536625640354104120122
Binary111011011111011010101110100011101100100010010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6AE; }

 p { color: rgb(237,246,174); }

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

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

 a { background-color: rgb(237,246,174); }

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

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

 span { border-color: rgb(237,246,174); }

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