#EDF3AA

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

Shades of Australian Mint #EDF3AA

Tints of Australian Mint #EDF3AA

Color information

#EDF3AA (or 0xEDF3AA) is unknown color: approx Australian Mint. HEX triplet: ED, F3 and AA. RGB value is (237,243,170). Sum of RGB (Red+Green+Blue) = 237+243+170=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF3AA is #120C55. Grayscale: #E9E9E9. Windows color (decimal): -1182806 or 11203565. OLE color: 11203565.

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

Color convert

RGB237243170-
CMYK0.0200.300.05
HSL64.93º75.26%80.98%-
HSV(B)64.93º30.04%95.29%-
XYZ74.2385.0150.53-
YUV232.8892.51130.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 243 (95.31% from 255) = 37.38%
BLUE value IS 170 (66.80% from 255) = 26.15%
R=36.46%
G=37.38%
B=26.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372431700.0200.300.0564.9375.2680.98
HexEDF3AA201E5414b51
Octal35536325220365101113121
Binary11101101111100111010101010011110101100000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3AA; }

 p { color: rgb(237,243,170); }

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

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

 a { background-color: rgb(237,243,170); }

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

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

 span { border-color: rgb(237,243,170); }

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