#EDF4B1

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

Shades of Australian Mint #EDF4B1

Tints of Australian Mint #EDF4B1

Color information

#EDF4B1 (or 0xEDF4B1) is unknown color: approx Australian Mint. HEX triplet: ED, F4 and B1. RGB value is (237,244,177). Sum of RGB (Red+Green+Blue) = 237+244+177=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 177 (69.53% from 255 or 26.90% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF4B1 is #120B4E. Grayscale: #EAEAEA. Windows color (decimal): -1182543 or 11662573. OLE color: 11662573.

HSL color Cylindrical-coordinate representation of color #EDF4B1: hue angle of 66.27º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDF4B1 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB237244177-
CMYK0.0300.270.04
HSL66.27º75.28%82.55%-
HSV(B)66.27º27.46%95.69%-
XYZ75.2185.8854.21-
YUV234.2795.68129.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 244 (95.70% from 255) = 37.08%
BLUE value IS 177 (69.53% from 255) = 26.90%
R=36.02%
G=37.08%
B=26.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372441770.0300.270.0466.2775.2882.55
HexEDF4B1301B4424b53
Octal35536426130334102113123
Binary11101101111101001011000111011011100100001010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4B1; }

 p { color: rgb(237,244,177); }

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

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

 a { background-color: rgb(237,244,177); }

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

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

 span { border-color: rgb(237,244,177); }

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