#ECFA9E

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

Shades of Australian Mint #ECFA9E

Tints of Australian Mint #ECFA9E

Color information

#ECFA9E (or 0xECFA9E) is unknown color: approx Australian Mint. HEX triplet: EC, FA and 9E. RGB value is (236,250,158). Sum of RGB (Red+Green+Blue) = 236+250+158=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 158 (62.11% from 255 or 24.53% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFA9E is #130561. Grayscale: #EBEBEB. Windows color (decimal): -1246562 or 10418924. OLE color: 10418924.

HSL color Cylindrical-coordinate representation of color #ECFA9E: hue angle of 69.13º 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 #ECFA9E is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB236250158-
CMYK0.0600.370.02
HSL69.13º90.2%80%-
HSV(B)69.13º36.8%98.04%-
XYZ74.9588.6745.51-
YUV235.3384.36128.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.65%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 158 (62.11% from 255) = 24.53%
R=36.65%
G=38.82%
B=24.53%

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
Decimal2362501580.0600.370.0269.1390.280
HexECFA9E60252455a50
Octal35437223660452105132120
Binary111011001111101010011110110010010110100010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFA9E; }

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

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

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

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

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

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

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

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