#ECFA9D

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

Shades of Australian Mint #ECFA9D

Tints of Australian Mint #ECFA9D

Color information

#ECFA9D (or 0xECFA9D) is unknown color: approx Australian Mint. HEX triplet: EC, FA and 9D. RGB value is (236,250,157). Sum of RGB (Red+Green+Blue) = 236+250+157=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 157 (61.72% from 255 or 24.42% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFA9D is #130562. Grayscale: #EBEBEB. Windows color (decimal): -1246563 or 10353388. OLE color: 10353388.

HSL color Cylindrical-coordinate representation of color #ECFA9D: hue angle of 69.03º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECFA9D is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB236250157-
CMYK0.0600.370.02
HSL69.03º90.29%79.8%-
HSV(B)69.03º37.2%98.04%-
XYZ74.8688.6445.06-
YUV235.2183.86128.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 157 (61.72% from 255) = 24.42%
R=36.70%
G=38.88%
B=24.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362501570.0600.370.0269.0390.2979.8
HexECFA9D60252455a50
Octal35437223560452105132120
Binary111011001111101010011101110010010110100010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFA9D; }

 p { color: rgb(236,250,157); }

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

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

 a { background-color: rgb(236,250,157); }

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

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

 span { border-color: rgb(236,250,157); }

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