#EDFAAE

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

Shades of Australian Mint #EDFAAE

Tints of Australian Mint #EDFAAE

Color information

#EDFAAE (or 0xEDFAAE) is unknown color: approx Australian Mint. HEX triplet: ED, FA and AE. RGB value is (237,250,174). Sum of RGB (Red+Green+Blue) = 237+250+174=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 174 (68.36% from 255 or 26.32% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAAE is #120551. Grayscale: #EDEDED. Windows color (decimal): -1181010 or 11467501. OLE color: 11467501.

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

Color convert

RGB237250174-
CMYK0.0500.300.02
HSL70.26º88.37%83.14%-
HSV(B)70.26º30.4%98.04%-
XYZ76.7589.4353.26-
YUV237.4592.19127.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 174 (68.36% from 255) = 26.32%
R=35.85%
G=37.82%
B=26.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501740.0500.300.0270.2688.3783.14
HexEDFAAE501E2465853
Octal35537225650362106130123
Binary11101101111110101010111010101111010100011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAAE; }

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

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

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

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

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

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

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

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